Color Hex Logo

#d7aeca Color Hex

#D7AECA
(215,174,202)
0 Favorites   0 Comments

Color spaces of #d7aeca

RGB 215174202
HSL0.890.340.76
HSV319°19°84°
CMYK 0.000.190.06   0.16
XYZ53.821148.983462.4952
Yxy48.98340.32560.2963
Hunter Lab69.988114.7878-3.9507
CIE-Lab75.441019.5157-8.5538

#d7aeca color RGB value is (215,174,202).

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

The process color (four color CMYK) of #d7aeca color hex is 0.00, 0.19, 0.06, 0.16. Web safe color of #d7aeca is #cc99cc. Color #d7aeca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101110 11001010
Octal 327 256 312
Decimal 215 174 202
Hex D7 AE CA

RGB Percentages of Color #d7aeca

%36.38
%29.44
%34.18

CMYK Percentages of Color #d7aeca

%0
%19
%6
%16

Triadic Colors of #d7aeca

#d7aeca #cad7ae #aecad7

Analogous Colors of #d7aeca

#d7aeca #d7aeb6 #d0aed7

Monochromatic Colors of #d7aeca

#d7aeca

Complementary Color

#d7aeca #aed7bb

#d7aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aeca Color CSS Codes

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

#d7aeca Text Font Color

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

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


#d7aeca Background Color

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

This div background color is #d7aeca


#d7aeca Border Color

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

This div border color is #d7aeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,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 #d7aeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aeca


Comments

No comments written yet.

Please login to write comment.