Color Hex Logo

#cddbe5 Color Hex

#CDDBE5
(205,219,229)
0 Favorites   0 Comments

Color spaces of #cddbe5

RGB 205219229
HSL0.570.320.85
HSV205°10°90°
CMYK 0.100.040.00   0.10
XYZ64.651269.299384.0974
Yxy69.29930.29650.3178
Hunter Lab83.2462-7.0530-1.6239
CIE-Lab86.6520-2.7391-6.5143

#cddbe5 color RGB value is (205,219,229).

#cddbe5 hex color red value is 205, green value is 219 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cddbe5 hue: 0.57 , saturation: 0.32 and the lightness value of cddbe5 is 0.85.

The process color (four color CMYK) of #cddbe5 color hex is 0.10, 0.04, 0.00, 0.10. Web safe color of #cddbe5 is #cccccc. Color #cddbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 11100101
Octal 315 333 345
Decimal 205 219 229
Hex CD DB E5

RGB Percentages of Color #cddbe5

%31.39
%33.54
%35.07

CMYK Percentages of Color #cddbe5

%10
%4
%0
%10

Triadic Colors of #cddbe5

#cddbe5 #e5cddb #dbe5cd

Analogous Colors of #cddbe5

#cddbe5 #cdcfe5 #cde5e3

Monochromatic Colors of #cddbe5

#cddbe5

Complementary Color

#cddbe5 #e5d7cd

#cddbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddbe5 Color CSS Codes

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

#cddbe5 Text Font Color

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

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


#cddbe5 Background Color

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

This div background color is #cddbe5


#cddbe5 Border Color

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

This div border color is #cddbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddbe5


Comments

No comments written yet.

Please login to write comment.