Color Hex Logo

#d2adca Color Hex

#D2ADCA
(210,173,202)
0 Favorites   0 Comments

Color spaces of #d2adca

RGB 210173202
HSL0.870.290.75
HSV313°18°82°
CMYK 0.000.180.04   0.18
XYZ52.182647.853062.3634
Yxy47.85300.32130.2947
Hunter Lab69.175913.5932-5.0280
CIE-Lab74.732118.3302-9.6590

#d2adca color RGB value is (210,173,202).

#d2adca hex color red value is 210, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d2adca hue: 0.87 , saturation: 0.29 and the lightness value of d2adca is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101101 11001010
Octal 322 255 312
Decimal 210 173 202
Hex D2 AD CA

RGB Percentages of Color #d2adca

%35.90
%29.57
%34.53

CMYK Percentages of Color #d2adca

%0
%18
%4
%18

Triadic Colors of #d2adca

#d2adca #cad2ad #adcad2

Analogous Colors of #d2adca

#d2adca #d2adb8 #c8add2

Monochromatic Colors of #d2adca

#d2adca

Complementary Color

#d2adca #add2b5

#d2adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2adca Color CSS Codes

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

#d2adca Text Font Color

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

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


#d2adca Background Color

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

This div background color is #d2adca


#d2adca Border Color

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

This div border color is #d2adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2adca


Comments

No comments written yet.

Please login to write comment.