Color Hex Logo

#dabe92 Color Hex

#DABE92
(218,190,146)
0 Favorites   0 Comments

Color spaces of #dabe92

RGB 218190146
HSL0.100.490.71
HSV37°33°85°
CMYK 0.000.130.33   0.15
XYZ52.515253.807734.8122
Yxy53.80770.37210.3812
Hunter Lab73.3537-0.577823.2098
CIE-Lab78.34953.606225.9132

#dabe92 color RGB value is (218,190,146).

#dabe92 hex color red value is 218, green value is 190 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dabe92 hue: 0.10 , saturation: 0.49 and the lightness value of dabe92 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10010010
Octal 332 276 222
Decimal 218 190 146
Hex DA BE 92

RGB Percentages of Color #dabe92

%39.35
%34.30
%26.35

CMYK Percentages of Color #dabe92

%0
%13
%33
%15

Triadic Colors of #dabe92

#dabe92 #92dabe #be92da

Analogous Colors of #dabe92

#dabe92 #d2da92 #da9a92

Monochromatic Colors of #dabe92

#dabe92

Complementary Color

#dabe92 #92aeda

#dabe92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe92 Color CSS Codes

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

#dabe92 Text Font Color

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

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


#dabe92 Background Color

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

This div background color is #dabe92


#dabe92 Border Color

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

This div border color is #dabe92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe92


Comments

No comments written yet.

Please login to write comment.