Color Hex Logo

#cee686 Color Hex

#CEE686
(206,230,134)
0 Favorites   0 Comments

Color spaces of #cee686

RGB 206230134
HSL0.210.660.71
HSV75°42°90°
CMYK 0.100.000.42   0.10
XYZ58.053571.436733.2832
Yxy71.43670.35670.4389
Hunter Lab84.5202-25.306035.8164
CIE-Lab87.6967-22.740144.0614

#cee686 color RGB value is (206,230,134).

#cee686 hex color red value is 206, green value is 230 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cee686 hue: 0.21 , saturation: 0.66 and the lightness value of cee686 is 0.71.

The process color (four color CMYK) of #cee686 color hex is 0.10, 0.00, 0.42, 0.10. Web safe color of #cee686 is #ccff99. Color #cee686 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100110 10000110
Octal 316 346 206
Decimal 206 230 134
Hex CE E6 86

RGB Percentages of Color #cee686

%36.14
%40.35
%23.51

CMYK Percentages of Color #cee686

%10
%0
%42
%10

Triadic Colors of #cee686

#cee686 #86cee6 #e686ce

Analogous Colors of #cee686

#cee686 #9ee686 #e6ce86

Monochromatic Colors of #cee686

#cee686

Complementary Color

#cee686 #9e86e6

#cee686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee686 Color CSS Codes

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

#cee686 Text Font Color

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

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


#cee686 Background Color

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

This div background color is #cee686


#cee686 Border Color

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

This div border color is #cee686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee686


Comments

No comments written yet.

Please login to write comment.