Color Hex Logo

#dadea3 Color Hex

#DADEA3
(218,222,163)
0 Favorites   0 Comments

Color spaces of #dadea3

RGB 218222163
HSL0.180.470.75
HSV64°27°87°
CMYK 0.020.000.27   0.13
XYZ61.645669.792344.8725
Yxy69.79230.34960.3958
Hunter Lab83.5418-14.482726.6330
CIE-Lab86.8949-10.708528.5706

#dadea3 color RGB value is (218,222,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 10100011
Octal 332 336 243
Decimal 218 222 163
Hex DA DE A3

RGB Percentages of Color #dadea3

%36.15
%36.82
%27.03

CMYK Percentages of Color #dadea3

%2
%0
%27
%13

Triadic Colors of #dadea3

#dadea3 #a3dade #dea3da

Analogous Colors of #dadea3

#dadea3 #bddea3 #dec5a3

Monochromatic Colors of #dadea3

#dadea3

Complementary Color

#dadea3 #a7a3de

#dadea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadea3 Color CSS Codes

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

#dadea3 Text Font Color

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

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


#dadea3 Background Color

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

This div background color is #dadea3


#dadea3 Border Color

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

This div border color is #dadea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadea3


Comments

No comments written yet.

Please login to write comment.