Color Hex Logo

#dadeb0 Color Hex

#DADEB0
(218,222,176)
0 Favorites   0 Comments

Color spaces of #dadeb0

RGB 218222176
HSL0.180.410.78
HSV65°21°87°
CMYK 0.020.000.21   0.13
XYZ62.871270.282651.3265
Yxy70.28260.34080.3810
Hunter Lab83.8347-12.846122.3849
CIE-Lab87.1353-8.895222.1666

#dadeb0 color RGB value is (218,222,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 10110000
Octal 332 336 260
Decimal 218 222 176
Hex DA DE B0

RGB Percentages of Color #dadeb0

%35.39
%36.04
%28.57

CMYK Percentages of Color #dadeb0

%2
%0
%21
%13

Triadic Colors of #dadeb0

#dadeb0 #b0dade #deb0da

Analogous Colors of #dadeb0

#dadeb0 #c3deb0 #decbb0

Monochromatic Colors of #dadeb0

#dadeb0

Complementary Color

#dadeb0 #b4b0de

#dadeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadeb0 Color CSS Codes

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

#dadeb0 Text Font Color

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

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


#dadeb0 Background Color

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

This div background color is #dadeb0


#dadeb0 Border Color

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

This div border color is #dadeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadeb0


Comments

No comments written yet.

Please login to write comment.