Color Hex Logo

#dadf56 Color Hex

#DADF56
(218,223,86)
0 Favorites   0 Comments

Color spaces of #dadf56

RGB 21822386
HSL0.170.680.61
HSV62°61°87°
CMYK 0.020.000.61   0.13
XYZ56.980868.352718.9943
Yxy68.35270.39480.4736
Hunter Lab82.6757-21.658744.2514
CIE-Lab86.1825-18.842464.4258

#dadf56 color RGB value is (218,223,86).

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

The process color (four color CMYK) of #dadf56 color hex is 0.02, 0.00, 0.61, 0.13. Web safe color of #dadf56 is #cccc66. Color #dadf56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 01010110
Octal 332 337 126
Decimal 218 223 86
Hex DA DF 56

RGB Percentages of Color #dadf56

%41.37
%42.31
%16.32

CMYK Percentages of Color #dadf56

%2
%0
%61
%13

Triadic Colors of #dadf56

#dadf56 #56dadf #df56da

Analogous Colors of #dadf56

#dadf56 #96df56 #dfa056

Monochromatic Colors of #dadf56

#dadf56

Complementary Color

#dadf56 #5b56df

#dadf56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf56 Color CSS Codes

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

#dadf56 Text Font Color

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

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


#dadf56 Background Color

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

This div background color is #dadf56


#dadf56 Border Color

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

This div border color is #dadf56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf56


Comments

No comments written yet.

Please login to write comment.