Color Hex Logo

#dbaf9e Color Hex

#DBAF9E
(219,175,158)
0 Favorites   0 Comments

Color spaces of #dbaf9e

RGB 219175158
HSL0.050.460.74
HSV17°28°86°
CMYK 0.000.200.28   0.14
XYZ50.714948.188638.9761
Yxy48.18860.36780.3495
Hunter Lab69.41808.925715.3031
CIE-Lab74.943713.543114.7926

#dbaf9e color RGB value is (219,175,158).

#dbaf9e hex color red value is 219, green value is 175 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dbaf9e hue: 0.05 , saturation: 0.46 and the lightness value of dbaf9e is 0.74.

The process color (four color CMYK) of #dbaf9e color hex is 0.00, 0.20, 0.28, 0.14. Web safe color of #dbaf9e is #cc9999. Color #dbaf9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10011110
Octal 333 257 236
Decimal 219 175 158
Hex DB AF 9E

RGB Percentages of Color #dbaf9e

%39.67
%31.70
%28.62

CMYK Percentages of Color #dbaf9e

%0
%20
%28
%14

Triadic Colors of #dbaf9e

#dbaf9e #9edbaf #af9edb

Analogous Colors of #dbaf9e

#dbaf9e #dbce9e #db9eac

Monochromatic Colors of #dbaf9e

#dbaf9e

Complementary Color

#dbaf9e #9ecadb

#dbaf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf9e Color CSS Codes

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

#dbaf9e Text Font Color

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

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


#dbaf9e Background Color

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

This div background color is #dbaf9e


#dbaf9e Border Color

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

This div border color is #dbaf9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,175,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbaf9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbaf9e;
  -webkit-box-shadow: 1px 1px 3px 2px #dbaf9e;
  box-shadow:         1px 1px 3px 2px #dbaf9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,175,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf9e


Comments

No comments written yet.

Please login to write comment.