Color Hex Logo

#dbafa5 Color Hex

#DBAFA5
(219,175,165)
0 Favorites   0 Comments

Color spaces of #dbafa5

RGB 219175165
HSL0.030.430.75
HSV11°25°86°
CMYK 0.000.200.25   0.14
XYZ51.334948.436642.2409
Yxy48.43660.36150.3411
Hunter Lab69.59649.869412.7320
CIE-Lab75.099514.517711.2020

#dbafa5 color RGB value is (219,175,165).

#dbafa5 hex color red value is 219, green value is 175 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dbafa5 hue: 0.03 , saturation: 0.43 and the lightness value of dbafa5 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10100101
Octal 333 257 245
Decimal 219 175 165
Hex DB AF A5

RGB Percentages of Color #dbafa5

%39.18
%31.31
%29.52

CMYK Percentages of Color #dbafa5

%0
%20
%25
%14

Triadic Colors of #dbafa5

#dbafa5 #a5dbaf #afa5db

Analogous Colors of #dbafa5

#dbafa5 #dbcaa5 #dba5b6

Monochromatic Colors of #dbafa5

#dbafa5

Complementary Color

#dbafa5 #a5d1db

#dbafa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafa5 Color CSS Codes

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

#dbafa5 Text Font Color

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

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


#dbafa5 Background Color

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

This div background color is #dbafa5


#dbafa5 Border Color

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

This div border color is #dbafa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafa5


Comments

No comments written yet.

Please login to write comment.