Color Hex Logo

#dadc8b Color Hex

#DADC8B
(218,220,139)
0 Favorites   0 Comments

Color spaces of #dadc8b

RGB 218220139
HSL0.170.540.70
HSV61°37°86°
CMYK 0.010.000.37   0.14
XYZ59.166867.955934.4245
Yxy67.95590.36630.4207
Hunter Lab82.4354-16.146132.9456
CIE-Lab85.9844-12.664639.5864

#dadc8b color RGB value is (218,220,139).

#dadc8b hex color red value is 218, green value is 220 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dadc8b hue: 0.17 , saturation: 0.54 and the lightness value of dadc8b is 0.70.

The process color (four color CMYK) of #dadc8b color hex is 0.01, 0.00, 0.37, 0.14. Web safe color of #dadc8b is #cccc99. Color #dadc8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 10001011
Octal 332 334 213
Decimal 218 220 139
Hex DA DC 8B

RGB Percentages of Color #dadc8b

%37.78
%38.13
%24.09

CMYK Percentages of Color #dadc8b

%1
%0
%37
%14

Triadic Colors of #dadc8b

#dadc8b #8bdadc #dc8bda

Analogous Colors of #dadc8b

#dadc8b #b2dc8b #dcb68b

Monochromatic Colors of #dadc8b

#dadc8b

Complementary Color

#dadc8b #8d8bdc

#dadc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadc8b Color CSS Codes

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

#dadc8b Text Font Color

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

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


#dadc8b Background Color

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

This div background color is #dadc8b


#dadc8b Border Color

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

This div border color is #dadc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadc8b


Comments

No comments written yet.

Please login to write comment.