Color Hex Logo

#dabebb Color Hex

#DABEBB
(218,190,187)
0 Favorites   0 Comments

Color spaces of #dabebb

RGB 218190187
HSL0.020.300.79
HSV14°85°
CMYK 0.000.130.14   0.15
XYZ56.296555.320254.7244
Yxy55.32020.33840.3326
Hunter Lab74.37764.94638.4408
CIE-Lab79.22539.45095.1670

#dabebb color RGB value is (218,190,187).

#dabebb hex color red value is 218, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dabebb hue: 0.02 , saturation: 0.30 and the lightness value of dabebb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10111011
Octal 332 276 273
Decimal 218 190 187
Hex DA BE BB

RGB Percentages of Color #dabebb

%36.64
%31.93
%31.43

CMYK Percentages of Color #dabebb

%0
%13
%14
%15

Triadic Colors of #dabebb

#dabebb #bbdabe #bebbda

Analogous Colors of #dabebb

#dabebb #dacebb #dabbc8

Monochromatic Colors of #dabebb

#dabebb

Complementary Color

#dabebb #bbd7da

#dabebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabebb Color CSS Codes

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

#dabebb Text Font Color

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

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


#dabebb Background Color

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

This div background color is #dabebb


#dabebb Border Color

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

This div border color is #dabebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabebb


Comments

No comments written yet.

Please login to write comment.