Color Hex Logo

#dadeb1 Color Hex

#DADEB1
(218,222,177)
0 Favorites   0 Comments

Color spaces of #dadeb1

RGB 218222177
HSL0.180.410.78
HSV65°20°87°
CMYK 0.020.000.20   0.13
XYZ62.970570.322351.8496
Yxy70.32230.34010.3798
Hunter Lab83.8584-12.713922.0419
CIE-Lab87.1547-8.749721.6730

#dadeb1 color RGB value is (218,222,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 10110001
Octal 332 336 261
Decimal 218 222 177
Hex DA DE B1

RGB Percentages of Color #dadeb1

%35.33
%35.98
%28.69

CMYK Percentages of Color #dadeb1

%2
%0
%20
%13

Triadic Colors of #dadeb1

#dadeb1 #b1dade #deb1da

Analogous Colors of #dadeb1

#dadeb1 #c4deb1 #deccb1

Monochromatic Colors of #dadeb1

#dadeb1

Complementary Color

#dadeb1 #b5b1de

#dadeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadeb1 Color CSS Codes

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

#dadeb1 Text Font Color

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

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


#dadeb1 Background Color

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

This div background color is #dadeb1


#dadeb1 Border Color

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

This div border color is #dadeb1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,222,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadeb1


Comments

No comments written yet.

Please login to write comment.