Color Hex Logo

#cee07a Color Hex

#CEE07A
(206,224,122)
0 Favorites   0 Comments

Color spaces of #cee07a

RGB 206224122
HSL0.200.620.68
HSV71°46°88°
CMYK 0.080.000.46   0.12
XYZ55.622167.838328.5749
Yxy67.83830.36580.4462
Hunter Lab82.3640-23.592337.0851
CIE-Lab85.9255-21.112747.6860

#cee07a color RGB value is (206,224,122).

#cee07a hex color red value is 206, green value is 224 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cee07a hue: 0.20 , saturation: 0.62 and the lightness value of cee07a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 01111010
Octal 316 340 172
Decimal 206 224 122
Hex CE E0 7A

RGB Percentages of Color #cee07a

%37.32
%40.58
%22.10

CMYK Percentages of Color #cee07a

%8
%0
%46
%12

Triadic Colors of #cee07a

#cee07a #7acee0 #e07ace

Analogous Colors of #cee07a

#cee07a #9be07a #e0bf7a

Monochromatic Colors of #cee07a

#cee07a

Complementary Color

#cee07a #8c7ae0

#cee07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee07a Color CSS Codes

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

#cee07a Text Font Color

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

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


#cee07a Background Color

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

This div background color is #cee07a


#cee07a Border Color

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

This div border color is #cee07a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,224,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee07a


Comments

No comments written yet.

Please login to write comment.