Color Hex Logo

#ccea2f Color Hex

#CCEA2F
(204,234,47)
0 Favorites   0 Comments

Color spaces of #ccea2f

RGB 20423447
HSL0.190.820.55
HSV70°80°92°
CMYK 0.130.000.80   0.08
XYZ54.837771.888213.6749
Yxy71.88820.39060.5120
Hunter Lab84.7869-32.928549.7882
CIE-Lab87.9147-31.662279.0056

#ccea2f color RGB value is (204,234,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 00101111
Octal 314 352 57
Decimal 204 234 47
Hex CC EA 2F

RGB Percentages of Color #ccea2f

%42.06
%48.25
%9.69

CMYK Percentages of Color #ccea2f

%13
%0
%80
%8

Triadic Colors of #ccea2f

#ccea2f #2fccea #ea2fcc

Analogous Colors of #ccea2f

#ccea2f #6fea2f #eaab2f

Monochromatic Colors of #ccea2f

#ccea2f

Complementary Color

#ccea2f #4d2fea

#ccea2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea2f Color CSS Codes

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

#ccea2f Text Font Color

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

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


#ccea2f Background Color

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

This div background color is #ccea2f


#ccea2f Border Color

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

This div border color is #ccea2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea2f


Comments

No comments written yet.

Please login to write comment.