Color Hex Logo

#cddfef Color Hex

#CDDFEF
(205,223,239)
0 Favorites   0 Comments

Color spaces of #cddfef

RGB 205223239
HSL0.580.520.87
HSV208°14°94°
CMYK 0.140.070.00   0.06
XYZ67.144571.986592.0172
Yxy71.98650.29050.3114
Hunter Lab84.8449-7.2172-4.9107
CIE-Lab87.9621-2.8043-9.8440

#cddfef color RGB value is (205,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 11101111
Octal 315 337 357
Decimal 205 223 239
Hex CD DF EF

RGB Percentages of Color #cddfef

%30.73
%33.43
%35.83

CMYK Percentages of Color #cddfef

%14
%7
%0
%6

Triadic Colors of #cddfef

#cddfef #efcddf #dfefcd

Analogous Colors of #cddfef

#cddfef #cdceef #cdefee

Monochromatic Colors of #cddfef

#cddfef

Complementary Color

#cddfef #efddcd

#cddfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddfef Color CSS Codes

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

#cddfef Text Font Color

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

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


#cddfef Background Color

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

This div background color is #cddfef


#cddfef Border Color

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

This div border color is #cddfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddfef


Comments

No comments written yet.

Please login to write comment.