Color Hex Logo

#cdaec3 Color Hex

#CDAEC3
(205,174,195)
0 Favorites   0 Comments

Color spaces of #cdaec3

RGB 205174195
HSL0.890.240.74
HSV319°15°80°
CMYK 0.000.150.05   0.20
XYZ50.163247.191458.0947
Yxy47.19140.32270.3036
Hunter Lab68.696010.1263-2.0531
CIE-Lab74.312014.7900-6.5038

#cdaec3 color RGB value is (205,174,195).

#cdaec3 hex color red value is 205, green value is 174 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #cdaec3 hue: 0.89 , saturation: 0.24 and the lightness value of cdaec3 is 0.74.

The process color (four color CMYK) of #cdaec3 color hex is 0.00, 0.15, 0.05, 0.20. Web safe color of #cdaec3 is #cc99cc. Color #cdaec3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 11000011
Octal 315 256 303
Decimal 205 174 195
Hex CD AE C3

RGB Percentages of Color #cdaec3

%35.71
%30.31
%33.97

CMYK Percentages of Color #cdaec3

%0
%15
%5
%20

Triadic Colors of #cdaec3

#cdaec3 #c3cdae #aec3cd

Analogous Colors of #cdaec3

#cdaec3 #cdaeb4 #c8aecd

Monochromatic Colors of #cdaec3

#cdaec3

Complementary Color

#cdaec3 #aecdb8

#cdaec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaec3 Color CSS Codes

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

#cdaec3 Text Font Color

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

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


#cdaec3 Background Color

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

This div background color is #cdaec3


#cdaec3 Border Color

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

This div border color is #cdaec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaec3


Comments

No comments written yet.

Please login to write comment.