Color Hex Logo

#dadb61 Color Hex

#DADB61
(218,219,97)
0 Favorites   0 Comments

Color spaces of #dadb61

RGB 21821997
HSL0.170.630.62
HSV60°56°86°
CMYK 0.000.000.56   0.14
XYZ56.402666.431521.1591
Yxy66.43150.39170.4614
Hunter Lab81.5055-19.111041.6620
CIE-Lab85.2160-16.107558.6658

#dadb61 color RGB value is (218,219,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 01100001
Octal 332 333 141
Decimal 218 219 97
Hex DA DB 61

RGB Percentages of Color #dadb61

%40.82
%41.01
%18.16

CMYK Percentages of Color #dadb61

%0
%0
%56
%14

Triadic Colors of #dadb61

#dadb61 #61dadb #db61da

Analogous Colors of #dadb61

#dadb61 #9ddb61 #db9f61

Monochromatic Colors of #dadb61

#dadb61

Complementary Color

#dadb61 #6261db

#dadb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb61 Color CSS Codes

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

#dadb61 Text Font Color

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

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


#dadb61 Background Color

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

This div background color is #dadb61


#dadb61 Border Color

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

This div border color is #dadb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb61


Comments

No comments written yet.

Please login to write comment.