Color Hex Logo

#dabdbe Color Hex

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

Color spaces of #dabdbe

RGB 218189190
HSL0.990.280.80
HSV358°13°85°
CMYK 0.000.130.13   0.15
XYZ56.405355.018356.3619
Yxy55.01830.33620.3279
Hunter Lab74.17435.93396.8701
CIE-Lab79.051810.46923.2974

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

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

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

Base Numbers

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

RGB Percentages of Color #dabdbe

%36.52
%31.66
%31.83

CMYK Percentages of Color #dabdbe

%0
%13
%13
%15

Triadic Colors of #dabdbe

#dabdbe #bedabd #bdbeda

Analogous Colors of #dabdbe

#dabdbe #dacbbd #dabdcd

Monochromatic Colors of #dabdbe

#dabdbe

Complementary Color

#dabdbe #bddad9

#dabdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdbe Color CSS Codes

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

#dabdbe Text Font Color

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

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


#dabdbe Background Color

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

This div background color is #dabdbe


#dabdbe Border Color

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

This div border color is #dabdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdbe


Comments

No comments written yet.

Please login to write comment.