Color Hex Logo

#dab4bc Color Hex

#DAB4BC
(218,180,188)
0 Favorites   0 Comments

Color spaces of #dab4bc

RGB 218180188
HSL0.960.340.78
HSV347°17°85°
CMYK 0.000.170.14   0.15
XYZ54.311851.178854.5929
Yxy51.17880.33930.3197
Hunter Lab71.539410.32114.8323
CIE-Lab76.787214.96651.0908

#dab4bc color RGB value is (218,180,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 10111100
Octal 332 264 274
Decimal 218 180 188
Hex DA B4 BC

RGB Percentages of Color #dab4bc

%37.20
%30.72
%32.08

CMYK Percentages of Color #dab4bc

%0
%17
%14
%15

Triadic Colors of #dab4bc

#dab4bc #bcdab4 #b4bcda

Analogous Colors of #dab4bc

#dab4bc #dabfb4 #dab4cf

Monochromatic Colors of #dab4bc

#dab4bc

Complementary Color

#dab4bc #b4dad2

#dab4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab4bc Color CSS Codes

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

#dab4bc Text Font Color

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

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


#dab4bc Background Color

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

This div background color is #dab4bc


#dab4bc Border Color

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

This div border color is #dab4bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,180,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dab4bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab4bc


Comments

No comments written yet.

Please login to write comment.