Color Hex Logo

#ccea64 Color Hex

#CCEA64
(204,234,100)
0 Favorites   0 Comments

Color spaces of #ccea64

RGB 204234100
HSL0.200.760.65
HSV73°57°92°
CMYK 0.130.000.57   0.08
XYZ56.624972.603123.0859
Yxy72.60310.37180.4767
Hunter Lab85.2075-30.490343.5813
CIE-Lab88.2581-28.668460.4960

#ccea64 color RGB value is (204,234,100).

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

The process color (four color CMYK) of #ccea64 color hex is 0.13, 0.00, 0.57, 0.08. Web safe color of #ccea64 is #ccff66. Color #ccea64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 01100100
Octal 314 352 144
Decimal 204 234 100
Hex CC EA 64

RGB Percentages of Color #ccea64

%37.92
%43.49
%18.59

CMYK Percentages of Color #ccea64

%13
%0
%57
%8

Triadic Colors of #ccea64

#ccea64 #64ccea #ea64cc

Analogous Colors of #ccea64

#ccea64 #89ea64 #eac564

Monochromatic Colors of #ccea64

#ccea64

Complementary Color

#ccea64 #8264ea

#ccea64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea64 Color CSS Codes

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

#ccea64 Text Font Color

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

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


#ccea64 Background Color

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

This div background color is #ccea64


#ccea64 Border Color

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

This div border color is #ccea64


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,234,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 #ccea64">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea64


Comments

No comments written yet.

Please login to write comment.