Color Hex Logo

#d6aeca Color Hex

#D6AECA
(214,174,202)
0 Favorites   0 Comments

Color spaces of #d6aeca

RGB 214174202
HSL0.880.330.76
HSV318°19°84°
CMYK 0.000.190.06   0.16
XYZ53.528348.832562.4815
Yxy48.83250.32470.2962
Hunter Lab69.880314.4406-4.0963
CIE-Lab75.347019.1694-8.7037

#d6aeca color RGB value is (214,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101110 11001010
Octal 326 256 312
Decimal 214 174 202
Hex D6 AE CA

RGB Percentages of Color #d6aeca

%36.27
%29.49
%34.24

CMYK Percentages of Color #d6aeca

%0
%19
%6
%16

Triadic Colors of #d6aeca

#d6aeca #cad6ae #aecad6

Analogous Colors of #d6aeca

#d6aeca #d6aeb6 #ceaed6

Monochromatic Colors of #d6aeca

#d6aeca

Complementary Color

#d6aeca #aed6ba

#d6aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6aeca Color CSS Codes

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

#d6aeca Text Font Color

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

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


#d6aeca Background Color

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

This div background color is #d6aeca


#d6aeca Border Color

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

This div border color is #d6aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6aeca


Comments

No comments written yet.

Please login to write comment.