Color Hex Logo

#cef99f Color Hex

#CEF99F
(206,249,159)
0 Favorites   0 Comments

Color spaces of #cef99f

RGB 206249159
HSL0.250.880.80
HSV89°36°98°
CMYK 0.170.000.36   0.02
XYZ65.587383.376445.4373
Yxy83.37640.33740.4289
Hunter Lab91.3107-31.579434.4141
CIE-Lab93.1790-28.760338.7834

#cef99f color RGB value is (206,249,159).

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

The process color (four color CMYK) of #cef99f color hex is 0.17, 0.00, 0.36, 0.02. Web safe color of #cef99f is #ccff99. Color #cef99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 10011111
Octal 316 371 237
Decimal 206 249 159
Hex CE F9 9F

RGB Percentages of Color #cef99f

%33.55
%40.55
%25.90

CMYK Percentages of Color #cef99f

%17
%0
%36
%2

Triadic Colors of #cef99f

#cef99f #9fcef9 #f99fce

Analogous Colors of #cef99f

#cef99f #a1f99f #f9f79f

Monochromatic Colors of #cef99f

#cef99f

Complementary Color

#cef99f #ca9ff9

#cef99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef99f Color CSS Codes

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

#cef99f Text Font Color

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

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


#cef99f Background Color

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

This div background color is #cef99f


#cef99f Border Color

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

This div border color is #cef99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef99f


Comments

No comments written yet.

Please login to write comment.