Color Hex Logo

#cdd6fd Color Hex

#CDD6FD
(205,214,253)
0 Favorites   0 Comments

Color spaces of #cdd6fd

RGB 205214253
HSL0.640.920.90
HSV229°19°99°
CMYK 0.190.150.00   0.01
XYZ66.953068.1641102.5567
Yxy68.16410.28170.2868
Hunter Lab82.56160.2712-15.8560
CIE-Lab86.08844.8481-20.0345

#cdd6fd color RGB value is (205,214,253).

#cdd6fd hex color red value is 205, green value is 214 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cdd6fd hue: 0.64 , saturation: 0.92 and the lightness value of cdd6fd is 0.90.

The process color (four color CMYK) of #cdd6fd color hex is 0.19, 0.15, 0.00, 0.01. Web safe color of #cdd6fd is #ccccff. Color #cdd6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 11111101
Octal 315 326 375
Decimal 205 214 253
Hex CD D6 FD

RGB Percentages of Color #cdd6fd

%30.51
%31.85
%37.65

CMYK Percentages of Color #cdd6fd

%19
%15
%0
%1

Triadic Colors of #cdd6fd

#cdd6fd #fdcdd6 #d6fdcd

Analogous Colors of #cdd6fd

#cdd6fd #dccdfd #cdeefd

Monochromatic Colors of #cdd6fd

#cdd6fd

Complementary Color

#cdd6fd #fdf4cd

#cdd6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd6fd Color CSS Codes

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

#cdd6fd Text Font Color

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

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


#cdd6fd Background Color

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

This div background color is #cdd6fd


#cdd6fd Border Color

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

This div border color is #cdd6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd6fd


Comments

No comments written yet.

Please login to write comment.