Color Hex Logo

#d6adca Color Hex

#D6ADCA
(214,173,202)
0 Favorites   0 Comments

Color spaces of #d6adca

RGB 214173202
HSL0.880.330.76
HSV318°19°84°
CMYK 0.000.190.06   0.16
XYZ53.335848.447562.4173
Yxy48.44750.32480.2951
Hunter Lab69.604214.9722-4.4451
CIE-Lab75.106319.7113-9.0617

#d6adca color RGB value is (214,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101101 11001010
Octal 326 255 312
Decimal 214 173 202
Hex D6 AD CA

RGB Percentages of Color #d6adca

%36.33
%29.37
%34.30

CMYK Percentages of Color #d6adca

%0
%19
%6
%16

Triadic Colors of #d6adca

#d6adca #cad6ad #adcad6

Analogous Colors of #d6adca

#d6adca #d6adb6 #ceadd6

Monochromatic Colors of #d6adca

#d6adca

Complementary Color

#d6adca #add6b9

#d6adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6adca Color CSS Codes

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

#d6adca Text Font Color

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

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


#d6adca Background Color

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

This div background color is #d6adca


#d6adca Border Color

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

This div border color is #d6adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6adca


Comments

No comments written yet.

Please login to write comment.