Color Hex Logo

#cedbef Color Hex

#CEDBEF
(206,219,239)
0 Favorites   0 Comments

Color spaces of #cedbef

RGB 206219239
HSL0.600.510.87
HSV216°14°94°
CMYK 0.140.080.00   0.06
XYZ66.365170.016891.6781
Yxy70.01680.29100.3070
Hunter Lab83.6760-4.8612-6.3868
CIE-Lab87.0051-0.4091-11.2615

#cedbef color RGB value is (206,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 11101111
Octal 316 333 357
Decimal 206 219 239
Hex CE DB EF

RGB Percentages of Color #cedbef

%31.02
%32.98
%35.99

CMYK Percentages of Color #cedbef

%14
%8
%0
%6

Triadic Colors of #cedbef

#cedbef #efcedb #dbefce

Analogous Colors of #cedbef

#cedbef #d2ceef #ceecef

Monochromatic Colors of #cedbef

#cedbef

Complementary Color

#cedbef #efe2ce

#cedbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbef Color CSS Codes

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

#cedbef Text Font Color

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

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


#cedbef Background Color

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

This div background color is #cedbef


#cedbef Border Color

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

This div border color is #cedbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbef


Comments

No comments written yet.

Please login to write comment.