Color Hex Logo

#dadbaf Color Hex

#DADBAF
(218,219,175)
0 Favorites   0 Comments

Color spaces of #dadbaf

RGB 218219175
HSL0.170.380.77
HSV61°20°86°
CMYK 0.000.000.20   0.14
XYZ61.982868.663650.5440
Yxy68.66360.34210.3790
Hunter Lab82.8635-11.491221.8395
CIE-Lab86.3372-7.516921.5856

#dadbaf color RGB value is (218,219,175).

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

The process color (four color CMYK) of #dadbaf color hex is 0.00, 0.00, 0.20, 0.14. Web safe color of #dadbaf is #cccc99. Color #dadbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 10101111
Octal 332 333 257
Decimal 218 219 175
Hex DA DB AF

RGB Percentages of Color #dadbaf

%35.62
%35.78
%28.59

CMYK Percentages of Color #dadbaf

%0
%0
%20
%14

Triadic Colors of #dadbaf

#dadbaf #afdadb #dbafda

Analogous Colors of #dadbaf

#dadbaf #c4dbaf #dbc6af

Monochromatic Colors of #dadbaf

#dadbaf

Complementary Color

#dadbaf #b0afdb

#dadbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbaf Color CSS Codes

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

#dadbaf Text Font Color

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

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


#dadbaf Background Color

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

This div background color is #dadbaf


#dadbaf Border Color

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

This div border color is #dadbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbaf


Comments

No comments written yet.

Please login to write comment.