Color Hex Logo

#cddfeb Color Hex

#CDDFEB
(205,223,235)
0 Favorites   0 Comments

Color spaces of #cddfeb

RGB 205223235
HSL0.570.430.86
HSV204°13°92°
CMYK 0.130.050.00   0.08
XYZ66.559971.752688.9388
Yxy71.75260.29290.3157
Hunter Lab84.7069-7.9777-2.9572
CIE-Lab87.8494-3.6146-7.9058

#cddfeb color RGB value is (205,223,235).

#cddfeb hex color red value is 205, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cddfeb hue: 0.57 , saturation: 0.43 and the lightness value of cddfeb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011111 11101011
Octal 315 337 353
Decimal 205 223 235
Hex CD DF EB

RGB Percentages of Color #cddfeb

%30.92
%33.63
%35.44

CMYK Percentages of Color #cddfeb

%13
%5
%0
%8

Triadic Colors of #cddfeb

#cddfeb #ebcddf #dfebcd

Analogous Colors of #cddfeb

#cddfeb #cdd0eb #cdebe8

Monochromatic Colors of #cddfeb

#cddfeb

Complementary Color

#cddfeb #ebd9cd

#cddfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddfeb Color CSS Codes

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

#cddfeb Text Font Color

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

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


#cddfeb Background Color

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

This div background color is #cddfeb


#cddfeb Border Color

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

This div border color is #cddfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,223,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddfeb


Comments

No comments written yet.

Please login to write comment.