Color Hex Logo

#dabeaf Color Hex

#DABEAF
(218,190,175)
0 Favorites   0 Comments

Color spaces of #dabeaf

RGB 218190175
HSL0.060.370.77
HSV21°20°85°
CMYK 0.000.130.20   0.15
XYZ55.064854.827548.2380
Yxy54.82750.34820.3467
Hunter Lab74.04563.163613.2066
CIE-Lab78.94187.588111.2267

#dabeaf color RGB value is (218,190,175).

#dabeaf hex color red value is 218, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dabeaf hue: 0.06 , saturation: 0.37 and the lightness value of dabeaf is 0.77.

The process color (four color CMYK) of #dabeaf color hex is 0.00, 0.13, 0.20, 0.15. Web safe color of #dabeaf is #cccc99. Color #dabeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10101111
Octal 332 276 257
Decimal 218 190 175
Hex DA BE AF

RGB Percentages of Color #dabeaf

%37.39
%32.59
%30.02

CMYK Percentages of Color #dabeaf

%0
%13
%20
%15

Triadic Colors of #dabeaf

#dabeaf #afdabe #beafda

Analogous Colors of #dabeaf

#dabeaf #dad4af #daafb6

Monochromatic Colors of #dabeaf

#dabeaf

Complementary Color

#dabeaf #afcbda

#dabeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabeaf Color CSS Codes

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

#dabeaf Text Font Color

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

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


#dabeaf Background Color

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

This div background color is #dabeaf


#dabeaf Border Color

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

This div border color is #dabeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,190,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 #dabeaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabeaf


Comments

No comments written yet.

Please login to write comment.