Color Hex Logo

#dabebd Color Hex

#DABEBD
(218,190,189)
0 Favorites   0 Comments

Color spaces of #dabebd

RGB 218190189
HSL0.010.280.80
HSV13°85°
CMYK 0.000.130.13   0.15
XYZ56.512255.406555.8601
Yxy55.40650.33680.3302
Hunter Lab74.43555.25687.6107
CIE-Lab79.27489.77314.1599

#dabebd color RGB value is (218,190,189).

#dabebd hex color red value is 218, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dabebd hue: 0.01 , saturation: 0.28 and the lightness value of dabebd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10111101
Octal 332 276 275
Decimal 218 190 189
Hex DA BE BD

RGB Percentages of Color #dabebd

%36.52
%31.83
%31.66

CMYK Percentages of Color #dabebd

%0
%13
%13
%15

Triadic Colors of #dabebd

#dabebd #bddabe #bebdda

Analogous Colors of #dabebd

#dabebd #dacdbd #dabdcb

Monochromatic Colors of #dabebd

#dabebd

Complementary Color

#dabebd #bdd9da

#dabebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabebd Color CSS Codes

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

#dabebd Text Font Color

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

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


#dabebd Background Color

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

This div background color is #dabebd


#dabebd Border Color

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

This div border color is #dabebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabebd


Comments

No comments written yet.

Please login to write comment.