Color Hex Logo

#cee085 Color Hex

#CEE085
(206,224,133)
0 Favorites   0 Comments

Color spaces of #cee085

RGB 206224133
HSL0.200.590.70
HSV72°41°88°
CMYK 0.080.000.41   0.12
XYZ56.342968.126632.3705
Yxy68.12660.35920.4344
Hunter Lab82.5388-22.594834.5245
CIE-Lab86.0697-19.935442.4991

#cee085 color RGB value is (206,224,133).

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

The process color (four color CMYK) of #cee085 color hex is 0.08, 0.00, 0.41, 0.12. Web safe color of #cee085 is #cccc99. Color #cee085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 10000101
Octal 316 340 205
Decimal 206 224 133
Hex CE E0 85

RGB Percentages of Color #cee085

%36.59
%39.79
%23.62

CMYK Percentages of Color #cee085

%8
%0
%41
%12

Triadic Colors of #cee085

#cee085 #85cee0 #e085ce

Analogous Colors of #cee085

#cee085 #a1e085 #e0c585

Monochromatic Colors of #cee085

#cee085

Complementary Color

#cee085 #9785e0

#cee085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee085 Color CSS Codes

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

#cee085 Text Font Color

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

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


#cee085 Background Color

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

This div background color is #cee085


#cee085 Border Color

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

This div border color is #cee085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee085


Comments

No comments written yet.

Please login to write comment.