color codes Logo

#ccea22 color codes

#CCEA22
(204,234,34)
0 Favorites   0 Comments

Color spaces of #ccea22

RGB 20423434
HSL0.190.830.53
HSV69°85°92°
CMYK 0.130.000.85   0.08
XYZ54.613471.798512.4934
Yxy71.79850.39320.5169
Hunter Lab84.7340-33.236350.5719
CIE-Lab87.8715-32.044181.9029

#ccea22 color RGB value is (204,234,34).

#ccea22 hex color red value is 204, green value is 234 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ccea22 hue: 0.19 , saturation: 0.83 and the lightness value of ccea22 is 0.53.

The process color (four color CMYK) of #ccea22 color code is 0.13, 0.00, 0.85, 0.08. Web safe color of #ccea22 is #ccff33. Color #ccea22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 00100010
Octal 314 352 42
Decimal 204 234 34
Hex CC EA 22

RGB Percentages of Color #ccea22

%43.22
%49.58
%7.20

CMYK Percentages of Color #ccea22

%13
%0
%85
%8

Triadic Colors of #ccea22

#ccea22 #22ccea #ea22cc

Analogous Colors of #ccea22

#ccea22 #68ea22 #eaa422

Monochromatic Colors of #ccea22

#ccea22

Complementary Color

#ccea22 #4022ea

#ccea22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea22 Color CSS Codes

.mybgcolor {background-color:#ccea22; } 
.myforecolor {color:#ccea22; }
.mybordercolor {border:3px solid #ccea22; }

#ccea22 Text Font Color

<p style="color:#ccea22">Text here</p>

This sample text font color is #ccea22
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ccea22 Background Color

<div style="background-color:#ccea22">
Div content here</div>

This div background color is #ccea22


#ccea22 Border Color

<div style="border:3px solid #ccea22">
Div here</div>

This div border color is #ccea22


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,234,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccea22; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccea22;
  -webkit-box-shadow: 1px 1px 3px 2px #ccea22;
  box-shadow:         1px 1px 3px 2px #ccea22; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,234,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccea22">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccea22;
  -webkit-box-shadow: 1px 1px 3px 2px #ccea22;
  box-shadow:         1px 1px 3px 2px #ccea22;">
Div content here</div>

This div box has shadow with color #ccea22


Comments

No comments written yet.

Please login to write comment.