Color Hex Logo

#cefbdd Color Hex

#CEFBDD
(206,251,221)
0 Favorites   0 Comments

Color spaces of #cefbdd

RGB 206251221
HSL0.390.850.90
HSV140°18°98°
CMYK 0.180.000.12   0.02
XYZ73.001987.336681.4167
Yxy87.33660.30200.3613
Hunter Lab93.4541-24.108813.7647
CIE-Lab94.8809-20.03719.6442

#cefbdd color RGB value is (206,251,221).

#cefbdd hex color red value is 206, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cefbdd hue: 0.39 , saturation: 0.85 and the lightness value of cefbdd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 11011101
Octal 316 373 335
Decimal 206 251 221
Hex CE FB DD

RGB Percentages of Color #cefbdd

%30.38
%37.02
%32.60

CMYK Percentages of Color #cefbdd

%18
%0
%12
%2

Triadic Colors of #cefbdd

#cefbdd #ddcefb #fbddce

Analogous Colors of #cefbdd

#cefbdd #cefbf4 #d6fbce

Monochromatic Colors of #cefbdd

#cefbdd

Complementary Color

#cefbdd #fbceec

#cefbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefbdd Color CSS Codes

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

#cefbdd Text Font Color

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

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


#cefbdd Background Color

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

This div background color is #cefbdd


#cefbdd Border Color

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

This div border color is #cefbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefbdd


Comments

No comments written yet.

Please login to write comment.