Color Hex Logo

#cedfef Color Hex

#CEDFEF
(206,223,239)
0 Favorites   0 Comments

Color spaces of #cedfef

RGB 206223239
HSL0.580.510.87
HSV209°14°94°
CMYK 0.140.070.00   0.06
XYZ67.421372.129292.0302
Yxy72.12920.29110.3115
Hunter Lab84.9289-6.9224-4.7973
CIE-Lab88.0307-2.4891-9.7346

#cedfef color RGB value is (206,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 11101111
Octal 316 337 357
Decimal 206 223 239
Hex CE DF EF

RGB Percentages of Color #cedfef

%30.84
%33.38
%35.78

CMYK Percentages of Color #cedfef

%14
%7
%0
%6

Triadic Colors of #cedfef

#cedfef #efcedf #dfefce

Analogous Colors of #cedfef

#cedfef #cecfef #ceefef

Monochromatic Colors of #cedfef

#cedfef

Complementary Color

#cedfef #efdece

#cedfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedfef Color CSS Codes

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

#cedfef Text Font Color

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

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


#cedfef Background Color

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

This div background color is #cedfef


#cedfef Border Color

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

This div border color is #cedfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedfef

#cedfef Color Palettes


Comments

No comments written yet.

Please login to write comment.