Color Hex Logo

#cdace2 Color Hex

#CDACE2
(205,172,226)
0 Favorites   0 Comments

Color spaces of #cdace2

RGB 205172226
HSL0.770.480.78
HSV277°24°89°
CMYK 0.090.240.00   0.11
XYZ53.656847.975278.3836
Yxy47.97520.29810.2665
Hunter Lab69.264117.0662-18.6114
CIE-Lab74.809321.8173-22.6792

#cdace2 color RGB value is (205,172,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101100 11100010
Octal 315 254 342
Decimal 205 172 226
Hex CD AC E2

RGB Percentages of Color #cdace2

%34.00
%28.52
%37.48

CMYK Percentages of Color #cdace2

%9
%24
%0
%11

Triadic Colors of #cdace2

#cdace2 #e2cdac #ace2cd

Analogous Colors of #cdace2

#cdace2 #e2acdc #b2ace2

Monochromatic Colors of #cdace2

#cdace2

Complementary Color

#cdace2 #c1e2ac

#cdace2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdace2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdace2 Color CSS Codes

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

#cdace2 Text Font Color

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

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


#cdace2 Background Color

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

This div background color is #cdace2


#cdace2 Border Color

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

This div border color is #cdace2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdace2


Comments

No comments written yet.

Please login to write comment.