Color Hex Logo

#cef9ce Color Hex

#CEF9CE
(206,249,206)
0 Favorites   0 Comments

Color spaces of #cef9ce

RGB 206249206
HSL0.330.780.89
HSV120°17°98°
CMYK 0.170.000.17   0.02
XYZ70.469985.329471.1486
Yxy85.32940.31050.3760
Hunter Lab92.3739-25.480918.9952
CIE-Lab94.0249-21.703616.1451

#cef9ce color RGB value is (206,249,206).

#cef9ce hex color red value is 206, green value is 249 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cef9ce hue: 0.33 , saturation: 0.78 and the lightness value of cef9ce is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 11001110
Octal 316 371 316
Decimal 206 249 206
Hex CE F9 CE

RGB Percentages of Color #cef9ce

%31.16
%37.67
%31.16

CMYK Percentages of Color #cef9ce

%17
%0
%17
%2

Triadic Colors of #cef9ce

#cef9ce #cecef9 #f9cece

Analogous Colors of #cef9ce

#cef9ce #cef9e4 #e4f9ce

Monochromatic Colors of #cef9ce

#cef9ce

Complementary Color

#cef9ce #f9cef9

#cef9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef9ce Color CSS Codes

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

#cef9ce Text Font Color

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

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


#cef9ce Background Color

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

This div background color is #cef9ce


#cef9ce Border Color

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

This div border color is #cef9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef9ce


Comments

No comments written yet.

Please login to write comment.