Color Hex Logo

#dbafae Color Hex

#DBAFAE
(219,175,174)
0 Favorites   0 Comments

Color spaces of #dbafae

RGB 219175174
HSL0.000.380.77
HSV21°86°
CMYK 0.000.200.21   0.14
XYZ52.183448.776046.7087
Yxy48.77600.35340.3303
Hunter Lab69.839811.15329.2349
CIE-Lab75.311815.83386.5966

#dbafae color RGB value is (219,175,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10101110
Octal 333 257 256
Decimal 219 175 174
Hex DB AF AE

RGB Percentages of Color #dbafae

%38.56
%30.81
%30.63

CMYK Percentages of Color #dbafae

%0
%20
%21
%14

Triadic Colors of #dbafae

#dbafae #aedbaf #afaedb

Analogous Colors of #dbafae

#dbafae #dbc6ae #dbaec4

Monochromatic Colors of #dbafae

#dbafae

Complementary Color

#dbafae #aedadb

#dbafae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafae Color CSS Codes

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

#dbafae Text Font Color

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

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


#dbafae Background Color

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

This div background color is #dbafae


#dbafae Border Color

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

This div border color is #dbafae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafae


Comments

No comments written yet.

Please login to write comment.