Color Hex Logo

#ccef72 Color Hex

#CCEF72
(204,239,114)
0 Favorites   0 Comments

Color spaces of #ccef72

RGB 204239114
HSL0.210.800.69
HSV77°52°94°
CMYK 0.150.000.52   0.06
XYZ58.805675.785327.4482
Yxy75.78530.36290.4677
Hunter Lab87.0548-31.768842.2443
CIE-Lab89.7596-29.807456.0020

#ccef72 color RGB value is (204,239,114).

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

The process color (four color CMYK) of #ccef72 color hex is 0.15, 0.00, 0.52, 0.06. Web safe color of #ccef72 is #ccff66. Color #ccef72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 01110010
Octal 314 357 162
Decimal 204 239 114
Hex CC EF 72

RGB Percentages of Color #ccef72

%36.62
%42.91
%20.47

CMYK Percentages of Color #ccef72

%15
%0
%52
%6

Triadic Colors of #ccef72

#ccef72 #72ccef #ef72cc

Analogous Colors of #ccef72

#ccef72 #8eef72 #efd472

Monochromatic Colors of #ccef72

#ccef72

Complementary Color

#ccef72 #9572ef

#ccef72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccef72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccef72 Color CSS Codes

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

#ccef72 Text Font Color

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

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


#ccef72 Background Color

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

This div background color is #ccef72


#ccef72 Border Color

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

This div border color is #ccef72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccef72


Comments

No comments written yet.

Please login to write comment.