Color Hex Logo

#dbaeaf Color Hex

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

Color spaces of #dbaeaf

RGB 219174175
HSL1.000.380.77
HSV359°21°86°
CMYK 0.000.210.20   0.14
XYZ52.087348.427347.1595
Yxy48.42730.35270.3279
Hunter Lab69.589711.82378.5332
CIE-Lab75.093616.52255.7368

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

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

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

Base Numbers

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

RGB Percentages of Color #dbaeaf

%38.56
%30.63
%30.81

CMYK Percentages of Color #dbaeaf

%0
%21
%20
%14

Triadic Colors of #dbaeaf

#dbaeaf #afdbae #aeafdb

Analogous Colors of #dbaeaf

#dbaeaf #dbc4ae #dbaec6

Monochromatic Colors of #dbaeaf

#dbaeaf

Complementary Color

#dbaeaf #aedbda

#dbaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaeaf Color CSS Codes

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

#dbaeaf Text Font Color

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

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


#dbaeaf Background Color

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

This div background color is #dbaeaf


#dbaeaf Border Color

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

This div border color is #dbaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaeaf


Comments

No comments written yet.

Please login to write comment.