Color Hex Logo

#dabd52 Color Hex

#DABD52
(218,189,82)
0 Favorites   0 Comments

Color spaces of #dabd52

RGB 21818982
HSL0.130.650.59
HSV47°62°85°
CMYK 0.000.130.62   0.15
XYZ48.634051.909815.4390
Yxy51.90980.41930.4476
Hunter Lab72.0485-5.594137.7289
CIE-Lab77.2269-1.922356.4443

#dabd52 color RGB value is (218,189,82).

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

The process color (four color CMYK) of #dabd52 color hex is 0.00, 0.13, 0.62, 0.15. Web safe color of #dabd52 is #cccc66. Color #dabd52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 01010010
Octal 332 275 122
Decimal 218 189 82
Hex DA BD 52

RGB Percentages of Color #dabd52

%44.58
%38.65
%16.77

CMYK Percentages of Color #dabd52

%0
%13
%62
%15

Triadic Colors of #dabd52

#dabd52 #52dabd #bd52da

Analogous Colors of #dabd52

#dabd52 #b3da52 #da7952

Monochromatic Colors of #dabd52

#dabd52

Complementary Color

#dabd52 #526fda

#dabd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd52 Color CSS Codes

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

#dabd52 Text Font Color

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

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


#dabd52 Background Color

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

This div background color is #dabd52


#dabd52 Border Color

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

This div border color is #dabd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd52


Comments

No comments written yet.

Please login to write comment.