Color Hex Logo

#cedef1 Color Hex

#CEDEF1
(206,222,241)
0 Favorites   0 Comments

Color spaces of #cedef1

RGB 206222241
HSL0.590.560.88
HSV213°15°95°
CMYK 0.150.080.00   0.05
XYZ67.452171.715293.5064
Yxy71.71520.28990.3082
Hunter Lab84.6848-6.0219-6.1868
CIE-Lab87.8313-1.5616-11.0841

#cedef1 color RGB value is (206,222,241).

#cedef1 hex color red value is 206, green value is 222 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #cedef1 hue: 0.59 , saturation: 0.56 and the lightness value of cedef1 is 0.88.

The process color (four color CMYK) of #cedef1 color hex is 0.15, 0.08, 0.00, 0.05. Web safe color of #cedef1 is #ccccff. Color #cedef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011110 11110001
Octal 316 336 361
Decimal 206 222 241
Hex CE DE F1

RGB Percentages of Color #cedef1

%30.79
%33.18
%36.02

CMYK Percentages of Color #cedef1

%15
%8
%0
%5

Triadic Colors of #cedef1

#cedef1 #f1cede #def1ce

Analogous Colors of #cedef1

#cedef1 #d0cef1 #cef0f1

Monochromatic Colors of #cedef1

#cedef1

Complementary Color

#cedef1 #f1e1ce

#cedef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedef1 Color CSS Codes

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

#cedef1 Text Font Color

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

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


#cedef1 Background Color

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

This div background color is #cedef1


#cedef1 Border Color

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

This div border color is #cedef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedef1

#cedef1 Color Palettes


Comments

No comments written yet.

Please login to write comment.