Color Hex Logo

#cee07b Color Hex

#CEE07B
(206,224,123)
0 Favorites   0 Comments

Color spaces of #cee07b

RGB 206224123
HSL0.200.620.68
HSV71°45°88°
CMYK 0.080.000.45   0.12
XYZ55.684467.863228.9029
Yxy67.86320.36530.4451
Hunter Lab82.3791-23.505936.8634
CIE-Lab85.9380-21.010447.2195

#cee07b color RGB value is (206,224,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 01111011
Octal 316 340 173
Decimal 206 224 123
Hex CE E0 7B

RGB Percentages of Color #cee07b

%37.25
%40.51
%22.24

CMYK Percentages of Color #cee07b

%8
%0
%45
%12

Triadic Colors of #cee07b

#cee07b #7bcee0 #e07bce

Analogous Colors of #cee07b

#cee07b #9ce07b #e0c07b

Monochromatic Colors of #cee07b

#cee07b

Complementary Color

#cee07b #8d7be0

#cee07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee07b Color CSS Codes

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

#cee07b Text Font Color

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

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


#cee07b Background Color

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

This div background color is #cee07b


#cee07b Border Color

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

This div border color is #cee07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee07b


Comments

No comments written yet.

Please login to write comment.