Color Hex Logo

#cdaefd Color Hex

#CDAEFD
(205,174,253)
0 Favorites   0 Comments

Color spaces of #cdaefd

RGB 205174253
HSL0.730.950.84
HSV264°31°99°
CMYK 0.190.310.00   0.01
XYZ58.042550.343199.5865
Yxy50.34310.27910.2421
Hunter Lab70.952921.8532-33.5500
CIE-Lab76.279426.4459-35.0354

#cdaefd color RGB value is (205,174,253).

#cdaefd hex color red value is 205, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cdaefd hue: 0.73 , saturation: 0.95 and the lightness value of cdaefd is 0.84.

The process color (four color CMYK) of #cdaefd color hex is 0.19, 0.31, 0.00, 0.01. Web safe color of #cdaefd is #cc99ff. Color #cdaefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 11111101
Octal 315 256 375
Decimal 205 174 253
Hex CD AE FD

RGB Percentages of Color #cdaefd

%32.44
%27.53
%40.03

CMYK Percentages of Color #cdaefd

%19
%31
%0
%1

Triadic Colors of #cdaefd

#cdaefd #fdcdae #aefdcd

Analogous Colors of #cdaefd

#cdaefd #f5aefd #aeb7fd

Monochromatic Colors of #cdaefd

#cdaefd

Complementary Color

#cdaefd #defdae

#cdaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaefd Color CSS Codes

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

#cdaefd Text Font Color

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

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


#cdaefd Background Color

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

This div background color is #cdaefd


#cdaefd Border Color

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

This div border color is #cdaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaefd


Comments

No comments written yet.

Please login to write comment.