Color Hex Logo

#cedcef Color Hex

#CEDCEF
(206,220,239)
0 Favorites   0 Comments

Color spaces of #cedcef

RGB 206220239
HSL0.600.510.87
HSV215°14°94°
CMYK 0.140.080.00   0.06
XYZ66.626870.540291.7654
Yxy70.54020.29100.3081
Hunter Lab83.9882-5.3776-5.9884
CIE-Lab87.2611-0.9303-10.8799

#cedcef color RGB value is (206,220,239).

#cedcef hex color red value is 206, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cedcef hue: 0.60 , saturation: 0.51 and the lightness value of cedcef is 0.87.

The process color (four color CMYK) of #cedcef color hex is 0.14, 0.08, 0.00, 0.06. Web safe color of #cedcef is #ccccff. Color #cedcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 11101111
Octal 316 334 357
Decimal 206 220 239
Hex CE DC EF

RGB Percentages of Color #cedcef

%30.98
%33.08
%35.94

CMYK Percentages of Color #cedcef

%14
%8
%0
%6

Triadic Colors of #cedcef

#cedcef #efcedc #dcefce

Analogous Colors of #cedcef

#cedcef #d1ceef #ceedef

Monochromatic Colors of #cedcef

#cedcef

Complementary Color

#cedcef #efe1ce

#cedcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedcef Color CSS Codes

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

#cedcef Text Font Color

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

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


#cedcef Background Color

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

This div background color is #cedcef


#cedcef Border Color

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

This div border color is #cedcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedcef


Comments

No comments written yet.

Please login to write comment.