Color Hex Logo

#cee85f Color Hex

#CEE85F
(206,232,95)
0 Favorites   0 Comments

Color spaces of #cee85f

RGB 20623295
HSL0.200.750.64
HSV71°59°91°
CMYK 0.110.000.59   0.09
XYZ56.375871.661321.6872
Yxy71.66130.37650.4786
Hunter Lab84.6530-29.268344.0676
CIE-Lab87.8053-27.334662.1742

#cee85f color RGB value is (206,232,95).

#cee85f hex color red value is 206, green value is 232 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cee85f hue: 0.20 , saturation: 0.75 and the lightness value of cee85f is 0.64.

The process color (four color CMYK) of #cee85f color hex is 0.11, 0.00, 0.59, 0.09. Web safe color of #cee85f is #ccff66. Color #cee85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101000 01011111
Octal 316 350 137
Decimal 206 232 95
Hex CE E8 5F

RGB Percentages of Color #cee85f

%38.65
%43.53
%17.82

CMYK Percentages of Color #cee85f

%11
%0
%59
%9

Triadic Colors of #cee85f

#cee85f #5fcee8 #e85fce

Analogous Colors of #cee85f

#cee85f #8ae85f #e8be5f

Monochromatic Colors of #cee85f

#cee85f

Complementary Color

#cee85f #795fe8

#cee85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee85f Color CSS Codes

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

#cee85f Text Font Color

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

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


#cee85f Background Color

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

This div background color is #cee85f


#cee85f Border Color

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

This div border color is #cee85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee85f


Comments

No comments written yet.

Please login to write comment.