Color Hex Logo

#cdade4 Color Hex

#CDADE4
(205,173,228)
0 Favorites   0 Comments

Color spaces of #cdade4

RGB 205173228
HSL0.760.500.79
HSV275°24°89°
CMYK 0.100.240.00   0.11
XYZ54.124048.467779.9013
Yxy48.46770.29660.2656
Hunter Lab69.618716.9392-19.3139
CIE-Lab75.119021.6783-23.2948

#cdade4 color RGB value is (205,173,228).

#cdade4 hex color red value is 205, green value is 173 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #cdade4 hue: 0.76 , saturation: 0.50 and the lightness value of cdade4 is 0.79.

The process color (four color CMYK) of #cdade4 color hex is 0.10, 0.24, 0.00, 0.11. Web safe color of #cdade4 is #cc99cc. Color #cdade4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 11100100
Octal 315 255 344
Decimal 205 173 228
Hex CD AD E4

RGB Percentages of Color #cdade4

%33.83
%28.55
%37.62

CMYK Percentages of Color #cdade4

%10
%24
%0
%11

Triadic Colors of #cdade4

#cdade4 #e4cdad #ade4cd

Analogous Colors of #cdade4

#cdade4 #e4ade0 #b2ade4

Monochromatic Colors of #cdade4

#cdade4

Complementary Color

#cdade4 #c4e4ad

#cdade4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdade4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdade4 Color CSS Codes

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

#cdade4 Text Font Color

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

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


#cdade4 Background Color

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

This div background color is #cdade4


#cdade4 Border Color

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

This div border color is #cdade4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdade4


Comments

No comments written yet.

Please login to write comment.