Color Hex Logo

#dadeaf Color Hex

#DADEAF
(218,222,175)
0 Favorites   0 Comments

Color spaces of #dadeaf

RGB 218222175
HSL0.180.420.78
HSV65°21°87°
CMYK 0.020.000.21   0.13
XYZ62.772670.243150.8073
Yxy70.24310.34150.3821
Hunter Lab83.8112-12.977222.7255
CIE-Lab87.1160-9.039822.6599

#dadeaf color RGB value is (218,222,175).

#dadeaf hex color red value is 218, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dadeaf hue: 0.18 , saturation: 0.42 and the lightness value of dadeaf is 0.78.

The process color (four color CMYK) of #dadeaf color hex is 0.02, 0.00, 0.21, 0.13. Web safe color of #dadeaf is #cccc99. Color #dadeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 10101111
Octal 332 336 257
Decimal 218 222 175
Hex DA DE AF

RGB Percentages of Color #dadeaf

%35.45
%36.10
%28.46

CMYK Percentages of Color #dadeaf

%2
%0
%21
%13

Triadic Colors of #dadeaf

#dadeaf #afdade #deafda

Analogous Colors of #dadeaf

#dadeaf #c3deaf #decbaf

Monochromatic Colors of #dadeaf

#dadeaf

Complementary Color

#dadeaf #b3afde

#dadeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadeaf Color CSS Codes

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

#dadeaf Text Font Color

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

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


#dadeaf Background Color

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

This div background color is #dadeaf


#dadeaf Border Color

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

This div border color is #dadeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadeaf


Comments

No comments written yet.

Please login to write comment.