Color Hex Logo

#dabbae Color Hex

#DABBAE
(218,187,174)
0 Favorites   0 Comments

Color spaces of #dabbae

RGB 218187174
HSL0.050.370.77
HSV18°20°85°
CMYK 0.000.140.20   0.15
XYZ54.323753.502147.5082
Yxy53.50210.34970.3444
Hunter Lab73.14514.565112.6924
CIE-Lab78.17059.034210.6697

#dabbae color RGB value is (218,187,174).

#dabbae hex color red value is 218, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dabbae hue: 0.05 , saturation: 0.37 and the lightness value of dabbae is 0.77.

The process color (four color CMYK) of #dabbae color hex is 0.00, 0.14, 0.20, 0.15. Web safe color of #dabbae is #cccc99. Color #dabbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 10101110
Octal 332 273 256
Decimal 218 187 174
Hex DA BB AE

RGB Percentages of Color #dabbae

%37.65
%32.30
%30.05

CMYK Percentages of Color #dabbae

%0
%14
%20
%15

Triadic Colors of #dabbae

#dabbae #aedabb #bbaeda

Analogous Colors of #dabbae

#dabbae #dad1ae #daaeb7

Monochromatic Colors of #dabbae

#dabbae

Complementary Color

#dabbae #aecdda

#dabbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbae Color CSS Codes

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

#dabbae Text Font Color

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

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


#dabbae Background Color

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

This div background color is #dabbae


#dabbae Border Color

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

This div border color is #dabbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbae


Comments

No comments written yet.

Please login to write comment.