Color Hex Logo

#dbafb3 Color Hex

#DBAFB3
(219,175,179)
0 Favorites   0 Comments

Color spaces of #dbafb3

RGB 219175179
HSL0.980.380.77
HSV355°20°86°
CMYK 0.000.200.18   0.14
XYZ52.680148.974749.3243
Yxy48.97470.34890.3244
Hunter Lab69.981911.90067.1989
CIE-Lab75.435616.59504.0455

#dbafb3 color RGB value is (219,175,179).

#dbafb3 hex color red value is 219, green value is 175 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dbafb3 hue: 0.98 , saturation: 0.38 and the lightness value of dbafb3 is 0.77.

The process color (four color CMYK) of #dbafb3 color hex is 0.00, 0.20, 0.18, 0.14. Web safe color of #dbafb3 is #cc99cc. Color #dbafb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10110011
Octal 333 257 263
Decimal 219 175 179
Hex DB AF B3

RGB Percentages of Color #dbafb3

%38.22
%30.54
%31.24

CMYK Percentages of Color #dbafb3

%0
%20
%18
%14

Triadic Colors of #dbafb3

#dbafb3 #b3dbaf #afb3db

Analogous Colors of #dbafb3

#dbafb3 #dbc1af #dbafc9

Monochromatic Colors of #dbafb3

#dbafb3

Complementary Color

#dbafb3 #afdbd7

#dbafb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafb3 Color CSS Codes

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

#dbafb3 Text Font Color

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

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


#dbafb3 Background Color

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

This div background color is #dbafb3


#dbafb3 Border Color

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

This div border color is #dbafb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafb3


Comments

No comments written yet.

Please login to write comment.