Color Hex Logo

#cee072 Color Hex

#CEE072
(206,224,114)
0 Favorites   0 Comments

Color spaces of #cee072

RGB 206224114
HSL0.190.640.66
HSV70°49°88°
CMYK 0.080.000.49   0.12
XYZ55.146567.648026.0704
Yxy67.64800.37040.4544
Hunter Lab82.2484-24.252738.7806
CIE-Lab85.8301-21.896951.3775

#cee072 color RGB value is (206,224,114).

#cee072 hex color red value is 206, green value is 224 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cee072 hue: 0.19 , saturation: 0.64 and the lightness value of cee072 is 0.66.

The process color (four color CMYK) of #cee072 color hex is 0.08, 0.00, 0.49, 0.12. Web safe color of #cee072 is #cccc66. Color #cee072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 01110010
Octal 316 340 162
Decimal 206 224 114
Hex CE E0 72

RGB Percentages of Color #cee072

%37.87
%41.18
%20.96

CMYK Percentages of Color #cee072

%8
%0
%49
%12

Triadic Colors of #cee072

#cee072 #72cee0 #e072ce

Analogous Colors of #cee072

#cee072 #97e072 #e0bb72

Monochromatic Colors of #cee072

#cee072

Complementary Color

#cee072 #8472e0

#cee072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee072 Color CSS Codes

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

#cee072 Text Font Color

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

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


#cee072 Background Color

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

This div background color is #cee072


#cee072 Border Color

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

This div border color is #cee072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee072


Comments

No comments written yet.

Please login to write comment.