Color Hex Logo

#ceeb9f Color Hex

#CEEB9F
(206,235,159)
0 Favorites   0 Comments

Color spaces of #ceeb9f

RGB 206235159
HSL0.230.660.77
HSV83°32°92°
CMYK 0.120.000.32   0.08
XYZ61.419975.041744.0482
Yxy75.04170.34030.4157
Hunter Lab86.6266-25.036730.4906
CIE-Lab89.4125-22.089233.8283

#ceeb9f color RGB value is (206,235,159).

#ceeb9f hex color red value is 206, green value is 235 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ceeb9f hue: 0.23 , saturation: 0.66 and the lightness value of ceeb9f is 0.77.

The process color (four color CMYK) of #ceeb9f color hex is 0.12, 0.00, 0.32, 0.08. Web safe color of #ceeb9f is #ccff99. Color #ceeb9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 10011111
Octal 316 353 237
Decimal 206 235 159
Hex CE EB 9F

RGB Percentages of Color #ceeb9f

%34.33
%39.17
%26.50

CMYK Percentages of Color #ceeb9f

%12
%0
%32
%8

Triadic Colors of #ceeb9f

#ceeb9f #9fceeb #eb9fce

Analogous Colors of #ceeb9f

#ceeb9f #a8eb9f #ebe29f

Monochromatic Colors of #ceeb9f

#ceeb9f

Complementary Color

#ceeb9f #bc9feb

#ceeb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeb9f Color CSS Codes

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

#ceeb9f Text Font Color

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

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


#ceeb9f Background Color

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

This div background color is #ceeb9f


#ceeb9f Border Color

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

This div border color is #ceeb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeb9f


Comments

No comments written yet.

Please login to write comment.