Color Hex Logo

#dababe Color Hex

#DABABE
(218,186,190)
0 Favorites   1 Comments

Color spaces of #dababe

RGB 218186190
HSL0.980.300.79
HSV353°15°85°
CMYK 0.000.150.13   0.15
XYZ55.766653.740956.1490
Yxy53.74090.33660.3244
Hunter Lab73.30827.49825.9037
CIE-Lab78.310412.07292.2215

#dababe color RGB value is (218,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10111110
Octal 332 272 276
Decimal 218 186 190
Hex DA BA BE

RGB Percentages of Color #dababe

%36.70
%31.31
%31.99

CMYK Percentages of Color #dababe

%0
%15
%13
%15

Triadic Colors of #dababe

#dababe #bedaba #babeda

Analogous Colors of #dababe

#dababe #dac6ba #dabace

Monochromatic Colors of #dababe

#dababe

Complementary Color

#dababe #badad6

#dababe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dababe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dababe Color CSS Codes

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

#dababe Text Font Color

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

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


#dababe Background Color

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

This div background color is #dababe


#dababe Border Color

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

This div border color is #dababe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dababe

#dababe Color Palettes


Comments

7 Oct 2021, 19:15 Jackachulian

Less goooooo

Please login to write comment.