Color Hex Logo

#cefcdd Color Hex

#CEFCDD
(206,252,221)
0 Favorites   0 Comments

Color spaces of #cefcdd

RGB 206252221
HSL0.390.880.90
HSV140°18°99°
CMYK 0.180.000.12   0.01
XYZ73.315187.963181.5211
Yxy87.96310.30200.3623
Hunter Lab93.7886-24.595714.1172
CIE-Lab95.1454-20.523310.0227

#cefcdd color RGB value is (206,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 11011101
Octal 316 374 335
Decimal 206 252 221
Hex CE FC DD

RGB Percentages of Color #cefcdd

%30.34
%37.11
%32.55

CMYK Percentages of Color #cefcdd

%18
%0
%12
%1

Triadic Colors of #cefcdd

#cefcdd #ddcefc #fcddce

Analogous Colors of #cefcdd

#cefcdd #cefcf4 #d6fcce

Monochromatic Colors of #cefcdd

#cefcdd

Complementary Color

#cefcdd #fcceed

#cefcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcdd Color CSS Codes

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

#cefcdd Text Font Color

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

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


#cefcdd Background Color

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

This div background color is #cefcdd


#cefcdd Border Color

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

This div border color is #cefcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefcdd


Comments

No comments written yet.

Please login to write comment.