Color Hex Logo

#dadb2d Color Hex

#DADB2D
(218,219,45)
0 Favorites   0 Comments

Color spaces of #dadb2d

RGB 21821945
HSL0.170.710.52
HSV60°79°86°
CMYK 0.000.000.79   0.14
XYZ54.718665.757912.2912
Yxy65.75790.41210.4953
Hunter Lab81.0912-21.461847.7771
CIE-Lab84.8728-18.851877.2598

#dadb2d color RGB value is (218,219,45).

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

The process color (four color CMYK) of #dadb2d color hex is 0.00, 0.00, 0.79, 0.14. Web safe color of #dadb2d is #cccc33. Color #dadb2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 00101101
Octal 332 333 55
Decimal 218 219 45
Hex DA DB 2D

RGB Percentages of Color #dadb2d

%45.23
%45.44
%9.34

CMYK Percentages of Color #dadb2d

%0
%0
%79
%14

Triadic Colors of #dadb2d

#dadb2d #2ddadb #db2dda

Analogous Colors of #dadb2d

#dadb2d #83db2d #db852d

Monochromatic Colors of #dadb2d

#dadb2d

Complementary Color

#dadb2d #2e2ddb

#dadb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb2d Color CSS Codes

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

#dadb2d Text Font Color

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

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


#dadb2d Background Color

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

This div background color is #dadb2d


#dadb2d Border Color

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

This div border color is #dadb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb2d


Comments

No comments written yet.

Please login to write comment.