Color Hex Logo

#dadeb8 Color Hex

#DADEB8
(218,222,184)
0 Favorites   0 Comments

Color spaces of #dadeb8

RGB 218222184
HSL0.180.370.80
HSV66°17°87°
CMYK 0.020.000.17   0.13
XYZ63.686470.608755.6196
Yxy70.60870.33530.3718
Hunter Lab84.0290-11.763819.5757
CIE-Lab87.2945-7.706918.2171

#dadeb8 color RGB value is (218,222,184).

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

The process color (four color CMYK) of #dadeb8 color hex is 0.02, 0.00, 0.17, 0.13. Web safe color of #dadeb8 is #cccccc. Color #dadeb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 10111000
Octal 332 336 270
Decimal 218 222 184
Hex DA DE B8

RGB Percentages of Color #dadeb8

%34.94
%35.58
%29.49

CMYK Percentages of Color #dadeb8

%2
%0
%17
%13

Triadic Colors of #dadeb8

#dadeb8 #b8dade #deb8da

Analogous Colors of #dadeb8

#dadeb8 #c7deb8 #decfb8

Monochromatic Colors of #dadeb8

#dadeb8

Complementary Color

#dadeb8 #bcb8de

#dadeb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadeb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadeb8 Color CSS Codes

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

#dadeb8 Text Font Color

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

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


#dadeb8 Background Color

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

This div background color is #dadeb8


#dadeb8 Border Color

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

This div border color is #dadeb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadeb8


Comments

No comments written yet.

Please login to write comment.