Color Hex Logo

#cddbeb Color Hex

#CDDBEB
(205,219,235)
0 Favorites   0 Comments

Color spaces of #cddbeb

RGB 205219235
HSL0.590.430.86
HSV212°13°92°
CMYK 0.130.070.00   0.08
XYZ65.503869.640388.5868
Yxy69.64030.29280.3113
Hunter Lab83.4508-5.9271-4.5235
CIE-Lab86.8201-1.5391-9.4333

#cddbeb color RGB value is (205,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 11101011
Octal 315 333 353
Decimal 205 219 235
Hex CD DB EB

RGB Percentages of Color #cddbeb

%31.11
%33.23
%35.66

CMYK Percentages of Color #cddbeb

%13
%7
%0
%8

Triadic Colors of #cddbeb

#cddbeb #ebcddb #dbebcd

Analogous Colors of #cddbeb

#cddbeb #cecdeb #cdeaeb

Monochromatic Colors of #cddbeb

#cddbeb

Complementary Color

#cddbeb #ebddcd

#cddbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddbeb Color CSS Codes

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

#cddbeb Text Font Color

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

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


#cddbeb Background Color

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

This div background color is #cddbeb


#cddbeb Border Color

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

This div border color is #cddbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddbeb


Comments

No comments written yet.

Please login to write comment.