Color Hex Logo

#cdace1 Color Hex

#CDACE1
(205,172,225)
0 Favorites   0 Comments

Color spaces of #cdace1

RGB 205172225
HSL0.770.470.78
HSV277°24°88°
CMYK 0.090.240.00   0.12
XYZ53.520047.920477.6629
Yxy47.92040.29880.2676
Hunter Lab69.224616.8618-18.0601
CIE-Lab74.774721.6149-22.1878

#cdace1 color RGB value is (205,172,225).

#cdace1 hex color red value is 205, green value is 172 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #cdace1 hue: 0.77 , saturation: 0.47 and the lightness value of cdace1 is 0.78.

The process color (four color CMYK) of #cdace1 color hex is 0.09, 0.24, 0.00, 0.12. Web safe color of #cdace1 is #cc99cc. Color #cdace1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101100 11100001
Octal 315 254 341
Decimal 205 172 225
Hex CD AC E1

RGB Percentages of Color #cdace1

%34.05
%28.57
%37.38

CMYK Percentages of Color #cdace1

%9
%24
%0
%12

Triadic Colors of #cdace1

#cdace1 #e1cdac #ace1cd

Analogous Colors of #cdace1

#cdace1 #e1acdb #b3ace1

Monochromatic Colors of #cdace1

#cdace1

Complementary Color

#cdace1 #c0e1ac

#cdace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdace1 Color CSS Codes

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

#cdace1 Text Font Color

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

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


#cdace1 Background Color

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

This div background color is #cdace1


#cdace1 Border Color

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

This div border color is #cdace1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdace1


Comments

No comments written yet.

Please login to write comment.