Color Hex Logo

#cce564 Color Hex

#CCE564
(204,229,100)
0 Favorites   0 Comments

Color spaces of #cce564

RGB 204229100
HSL0.200.710.65
HSV72°56°90°
CMYK 0.110.000.56   0.10
XYZ55.221469.796122.6181
Yxy69.79610.37400.4728
Hunter Lab83.5441-28.216242.4291
CIE-Lab86.8968-26.305858.9600

#cce564 color RGB value is (204,229,100).

#cce564 hex color red value is 204, green value is 229 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #cce564 hue: 0.20 , saturation: 0.71 and the lightness value of cce564 is 0.65.

The process color (four color CMYK) of #cce564 color hex is 0.11, 0.00, 0.56, 0.10. Web safe color of #cce564 is #cccc66. Color #cce564 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 01100100
Octal 314 345 144
Decimal 204 229 100
Hex CC E5 64

RGB Percentages of Color #cce564

%38.27
%42.96
%18.76

CMYK Percentages of Color #cce564

%11
%0
%56
%10

Triadic Colors of #cce564

#cce564 #64cce5 #e564cc

Analogous Colors of #cce564

#cce564 #8ce564 #e5be64

Monochromatic Colors of #cce564

#cce564

Complementary Color

#cce564 #7d64e5

#cce564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce564 Color CSS Codes

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

#cce564 Text Font Color

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

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


#cce564 Background Color

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

This div background color is #cce564


#cce564 Border Color

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

This div border color is #cce564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce564


Comments

No comments written yet.

Please login to write comment.