Color Hex Logo

#dab8bc Color Hex

#DAB8BC
(218,184,188)
0 Favorites   0 Comments

Color spaces of #dab8bc

RGB 218184188
HSL0.980.310.79
HSV353°16°85°
CMYK 0.000.160.14   0.15
XYZ55.131052.817254.8660
Yxy52.81720.33860.3244
Hunter Lab72.67548.22666.1121
CIE-Lab77.766912.81912.5155

#dab8bc color RGB value is (218,184,188).

#dab8bc hex color red value is 218, green value is 184 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dab8bc hue: 0.98 , saturation: 0.31 and the lightness value of dab8bc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 10111100
Octal 332 270 274
Decimal 218 184 188
Hex DA B8 BC

RGB Percentages of Color #dab8bc

%36.95
%31.19
%31.86

CMYK Percentages of Color #dab8bc

%0
%16
%14
%15

Triadic Colors of #dab8bc

#dab8bc #bcdab8 #b8bcda

Analogous Colors of #dab8bc

#dab8bc #dac5b8 #dab8cd

Monochromatic Colors of #dab8bc

#dab8bc

Complementary Color

#dab8bc #b8dad6

#dab8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab8bc Color CSS Codes

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

#dab8bc Text Font Color

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

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


#dab8bc Background Color

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

This div background color is #dab8bc


#dab8bc Border Color

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

This div border color is #dab8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab8bc


Comments

No comments written yet.

Please login to write comment.