Color Hex Logo

#dadd4b Color Hex

#DADD4B
(218,221,75)
0 Favorites   0 Comments

Color spaces of #dadd4b

RGB 21822175
HSL0.170.680.58
HSV61°66°87°
CMYK 0.010.000.66   0.13
XYZ56.039967.126316.6597
Yxy67.12630.40080.4801
Hunter Lab81.9306-21.286145.2955
CIE-Lab85.5677-18.525768.1458

#dadd4b color RGB value is (218,221,75).

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

The process color (four color CMYK) of #dadd4b color hex is 0.01, 0.00, 0.66, 0.13. Web safe color of #dadd4b is #cccc33. Color #dadd4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 01001011
Octal 332 335 113
Decimal 218 221 75
Hex DA DD 4B

RGB Percentages of Color #dadd4b

%42.41
%43.00
%14.59

CMYK Percentages of Color #dadd4b

%1
%0
%66
%13

Triadic Colors of #dadd4b

#dadd4b #4bdadd #dd4bda

Analogous Colors of #dadd4b

#dadd4b #91dd4b #dd974b

Monochromatic Colors of #dadd4b

#dadd4b

Complementary Color

#dadd4b #4e4bdd

#dadd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd4b Color CSS Codes

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

#dadd4b Text Font Color

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

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


#dadd4b Background Color

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

This div background color is #dadd4b


#dadd4b Border Color

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

This div border color is #dadd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd4b


Comments

No comments written yet.

Please login to write comment.