Color Hex Logo

#ccea2a Color Hex

#CCEA2A
(204,234,42)
0 Favorites   0 Comments

Color spaces of #ccea2a

RGB 20423442
HSL0.190.820.54
HSV69°82°92°
CMYK 0.130.000.82   0.08
XYZ54.742671.850213.1737
Yxy71.85020.39170.5141
Hunter Lab84.7645-33.059050.1206
CIE-Lab87.8964-31.824080.2129

#ccea2a color RGB value is (204,234,42).

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

The process color (four color CMYK) of #ccea2a color hex is 0.13, 0.00, 0.82, 0.08. Web safe color of #ccea2a is #ccff33. Color #ccea2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 00101010
Octal 314 352 52
Decimal 204 234 42
Hex CC EA 2A

RGB Percentages of Color #ccea2a

%42.50
%48.75
%8.75

CMYK Percentages of Color #ccea2a

%13
%0
%82
%8

Triadic Colors of #ccea2a

#ccea2a #2accea #ea2acc

Analogous Colors of #ccea2a

#ccea2a #6cea2a #eaa82a

Monochromatic Colors of #ccea2a

#ccea2a

Complementary Color

#ccea2a #482aea

#ccea2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea2a Color CSS Codes

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

#ccea2a Text Font Color

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

This sample text font color is #ccea2a
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.


#ccea2a Background Color

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

This div background color is #ccea2a


#ccea2a Border Color

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

This div border color is #ccea2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea2a


Comments

No comments written yet.

Please login to write comment.