Color Hex Logo

#ccea72 Color Hex

#CCEA72
(204,234,114)
0 Favorites   0 Comments

Color spaces of #ccea72

RGB 204234114
HSL0.210.740.68
HSV75°51°92°
CMYK 0.130.000.51   0.08
XYZ57.361972.897926.9670
Yxy72.89790.36480.4636
Hunter Lab85.3803-29.492041.0397
CIE-Lab88.3990-27.458454.3989

#ccea72 color RGB value is (204,234,114).

#ccea72 hex color red value is 204, green value is 234 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ccea72 hue: 0.21 , saturation: 0.74 and the lightness value of ccea72 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 01110010
Octal 314 352 162
Decimal 204 234 114
Hex CC EA 72

RGB Percentages of Color #ccea72

%36.96
%42.39
%20.65

CMYK Percentages of Color #ccea72

%13
%0
%51
%8

Triadic Colors of #ccea72

#ccea72 #72ccea #ea72cc

Analogous Colors of #ccea72

#ccea72 #90ea72 #eacc72

Monochromatic Colors of #ccea72

#ccea72

Complementary Color

#ccea72 #9072ea

#ccea72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea72 Color CSS Codes

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

#ccea72 Text Font Color

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

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


#ccea72 Background Color

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

This div background color is #ccea72


#ccea72 Border Color

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

This div border color is #ccea72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea72


Comments

No comments written yet.

Please login to write comment.