Color Hex Logo

#dabf92 Color Hex

#DABF92
(218,191,146)
0 Favorites   0 Comments

Color spaces of #dabf92

RGB 218191146
HSL0.100.490.71
HSV38°33°85°
CMYK 0.000.120.33   0.15
XYZ52.732654.242434.8846
Yxy54.24240.37170.3824
Hunter Lab73.6494-1.081523.4715
CIE-Lab78.60293.079326.2553

#dabf92 color RGB value is (218,191,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 10010010
Octal 332 277 222
Decimal 218 191 146
Hex DA BF 92

RGB Percentages of Color #dabf92

%39.28
%34.41
%26.31

CMYK Percentages of Color #dabf92

%0
%12
%33
%15

Triadic Colors of #dabf92

#dabf92 #92dabf #bf92da

Analogous Colors of #dabf92

#dabf92 #d1da92 #da9b92

Monochromatic Colors of #dabf92

#dabf92

Complementary Color

#dabf92 #92adda

#dabf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf92 Color CSS Codes

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

#dabf92 Text Font Color

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

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


#dabf92 Background Color

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

This div background color is #dabf92


#dabf92 Border Color

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

This div border color is #dabf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf92


Comments

No comments written yet.

Please login to write comment.