Color Hex Logo

#cefb9f Color Hex

#CEFB9F
(206,251,159)
0 Favorites   0 Comments

Color spaces of #cefb9f

RGB 206251159
HSL0.250.920.80
HSV89°37°98°
CMYK 0.180.000.37   0.02
XYZ66.208884.619445.6445
Yxy84.61940.33700.4307
Hunter Lab91.9888-32.505334.9727
CIE-Lab93.7189-29.696239.4873

#cefb9f color RGB value is (206,251,159).

#cefb9f hex color red value is 206, green value is 251 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cefb9f hue: 0.25 , saturation: 0.92 and the lightness value of cefb9f is 0.80.

The process color (four color CMYK) of #cefb9f color hex is 0.18, 0.00, 0.37, 0.02. Web safe color of #cefb9f is #ccff99. Color #cefb9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 10011111
Octal 316 373 237
Decimal 206 251 159
Hex CE FB 9F

RGB Percentages of Color #cefb9f

%33.44
%40.75
%25.81

CMYK Percentages of Color #cefb9f

%18
%0
%37
%2

Triadic Colors of #cefb9f

#cefb9f #9fcefb #fb9fce

Analogous Colors of #cefb9f

#cefb9f #a0fb9f #fbfa9f

Monochromatic Colors of #cefb9f

#cefb9f

Complementary Color

#cefb9f #cc9ffb

#cefb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb9f Color CSS Codes

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

#cefb9f Text Font Color

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

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


#cefb9f Background Color

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

This div background color is #cefb9f


#cefb9f Border Color

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

This div border color is #cefb9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,251,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 #cefb9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb9f


Comments

No comments written yet.

Please login to write comment.