Color Hex Logo

#dab4ca Color Hex

#DAB4CA
(218,180,202)
0 Favorites   0 Comments

Color spaces of #dab4ca

RGB 218180202
HSL0.900.340.78
HSV325°17°85°
CMYK 0.000.170.07   0.15
XYZ55.895451.812262.9319
Yxy51.81220.32760.3036
Hunter Lab71.980712.6450-1.4501
CIE-Lab77.168417.3174-5.9617

#dab4ca color RGB value is (218,180,202).

#dab4ca hex color red value is 218, green value is 180 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dab4ca hue: 0.90 , saturation: 0.34 and the lightness value of dab4ca is 0.78.

The process color (four color CMYK) of #dab4ca color hex is 0.00, 0.17, 0.07, 0.15. Web safe color of #dab4ca is #cccccc. Color #dab4ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 11001010
Octal 332 264 312
Decimal 218 180 202
Hex DA B4 CA

RGB Percentages of Color #dab4ca

%36.33
%30.00
%33.67

CMYK Percentages of Color #dab4ca

%0
%17
%7
%15

Triadic Colors of #dab4ca

#dab4ca #cadab4 #b4cada

Analogous Colors of #dab4ca

#dab4ca #dab4b7 #d7b4da

Monochromatic Colors of #dab4ca

#dab4ca

Complementary Color

#dab4ca #b4dac4

#dab4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab4ca Color CSS Codes

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

#dab4ca Text Font Color

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

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


#dab4ca Background Color

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

This div background color is #dab4ca


#dab4ca Border Color

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

This div border color is #dab4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab4ca


Comments

No comments written yet.

Please login to write comment.