Color Hex Logo

#dadb5c Color Hex

#DADB5C
(218,219,92)
0 Favorites   0 Comments

Color spaces of #dadb5c

RGB 21821992
HSL0.170.640.61
HSV60°58°86°
CMYK 0.000.000.58   0.14
XYZ56.176766.341219.9695
Yxy66.34120.39430.4656
Hunter Lab81.4501-19.425042.4787
CIE-Lab85.1702-16.471460.7997

#dadb5c color RGB value is (218,219,92).

#dadb5c hex color red value is 218, green value is 219 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dadb5c hue: 0.17 , saturation: 0.64 and the lightness value of dadb5c is 0.61.

The process color (four color CMYK) of #dadb5c color hex is 0.00, 0.00, 0.58, 0.14. Web safe color of #dadb5c is #cccc66. Color #dadb5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 01011100
Octal 332 333 134
Decimal 218 219 92
Hex DA DB 5C

RGB Percentages of Color #dadb5c

%41.21
%41.40
%17.39

CMYK Percentages of Color #dadb5c

%0
%0
%58
%14

Triadic Colors of #dadb5c

#dadb5c #5cdadb #db5cda

Analogous Colors of #dadb5c

#dadb5c #9bdb5c #db9d5c

Monochromatic Colors of #dadb5c

#dadb5c

Complementary Color

#dadb5c #5d5cdb

#dadb5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb5c Color CSS Codes

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

#dadb5c Text Font Color

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

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


#dadb5c Background Color

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

This div background color is #dadb5c


#dadb5c Border Color

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

This div border color is #dadb5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb5c


Comments

No comments written yet.

Please login to write comment.