Color Hex Logo

#d5aeca Color Hex

#D5AECA
(213,174,202)
0 Favorites   0 Comments

Color spaces of #d5aeca

RGB 213174202
HSL0.880.320.76
HSV317°18°84°
CMYK 0.000.180.05   0.16
XYZ53.237348.682562.4679
Yxy48.68250.32390.2961
Hunter Lab69.772814.0946-4.2416
CIE-Lab75.253418.8233-8.8530

#d5aeca color RGB value is (213,174,202).

#d5aeca hex color red value is 213, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d5aeca hue: 0.88 , saturation: 0.32 and the lightness value of d5aeca is 0.76.

The process color (four color CMYK) of #d5aeca color hex is 0.00, 0.18, 0.05, 0.16. Web safe color of #d5aeca is #cc99cc. Color #d5aeca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101110 11001010
Octal 325 256 312
Decimal 213 174 202
Hex D5 AE CA

RGB Percentages of Color #d5aeca

%36.16
%29.54
%34.30

CMYK Percentages of Color #d5aeca

%0
%18
%5
%16

Triadic Colors of #d5aeca

#d5aeca #cad5ae #aecad5

Analogous Colors of #d5aeca

#d5aeca #d5aeb7 #cdaed5

Monochromatic Colors of #d5aeca

#d5aeca

Complementary Color

#d5aeca #aed5b9

#d5aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aeca Color CSS Codes

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

#d5aeca Text Font Color

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

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


#d5aeca Background Color

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

This div background color is #d5aeca


#d5aeca Border Color

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

This div border color is #d5aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aeca


Comments

No comments written yet.

Please login to write comment.