Color Hex Logo

#cddaeb Color Hex

#CDDAEB
(205,218,235)
0 Favorites   0 Comments

Color spaces of #cddaeb

RGB 205218235
HSL0.590.430.86
HSV214°13°92°
CMYK 0.130.070.00   0.08
XYZ65.243669.120188.5001
Yxy69.12010.29280.3101
Hunter Lab83.1385-5.4131-4.9167
CIE-Lab86.5635-1.0184-9.8149

#cddaeb color RGB value is (205,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011010 11101011
Octal 315 332 353
Decimal 205 218 235
Hex CD DA EB

RGB Percentages of Color #cddaeb

%31.16
%33.13
%35.71

CMYK Percentages of Color #cddaeb

%13
%7
%0
%8

Triadic Colors of #cddaeb

#cddaeb #ebcdda #daebcd

Analogous Colors of #cddaeb

#cddaeb #cfcdeb #cde9eb

Monochromatic Colors of #cddaeb

#cddaeb

Complementary Color

#cddaeb #ebdecd

#cddaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddaeb Color CSS Codes

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

#cddaeb Text Font Color

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

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


#cddaeb Background Color

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

This div background color is #cddaeb


#cddaeb Border Color

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

This div border color is #cddaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddaeb


Comments

No comments written yet.

Please login to write comment.