Color Hex Logo

#dadb72 Color Hex

#DADB72
(218,219,114)
0 Favorites   0 Comments

Color spaces of #dadb72

RGB 218219114
HSL0.170.590.65
HSV61°48°86°
CMYK 0.000.000.48   0.14
XYZ57.282266.783425.7910
Yxy66.78340.38220.4456
Hunter Lab81.7211-17.892838.4930
CIE-Lab85.3944-14.703551.0716

#dadb72 color RGB value is (218,219,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 01110010
Octal 332 333 162
Decimal 218 219 114
Hex DA DB 72

RGB Percentages of Color #dadb72

%39.56
%39.75
%20.69

CMYK Percentages of Color #dadb72

%0
%0
%48
%14

Triadic Colors of #dadb72

#dadb72 #72dadb #db72da

Analogous Colors of #dadb72

#dadb72 #a6db72 #dba872

Monochromatic Colors of #dadb72

#dadb72

Complementary Color

#dadb72 #7372db

#dadb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb72 Color CSS Codes

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

#dadb72 Text Font Color

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

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


#dadb72 Background Color

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

This div background color is #dadb72


#dadb72 Border Color

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

This div border color is #dadb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb72


Comments

No comments written yet.

Please login to write comment.