Color Hex Logo

#dabb52 Color Hex

#DABB52
(218,187,82)
0 Favorites   0 Comments

Color spaces of #dabb52

RGB 21818782
HSL0.130.650.59
HSV46°62°85°
CMYK 0.000.140.62   0.15
XYZ48.206851.055315.2965
Yxy51.05530.42080.4457
Hunter Lab71.4530-4.615137.3244
CIE-Lab76.7125-0.879655.8793

#dabb52 color RGB value is (218,187,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 01010010
Octal 332 273 122
Decimal 218 187 82
Hex DA BB 52

RGB Percentages of Color #dabb52

%44.76
%38.40
%16.84

CMYK Percentages of Color #dabb52

%0
%14
%62
%15

Triadic Colors of #dabb52

#dabb52 #52dabb #bb52da

Analogous Colors of #dabb52

#dabb52 #b5da52 #da7752

Monochromatic Colors of #dabb52

#dabb52

Complementary Color

#dabb52 #5271da

#dabb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb52 Color CSS Codes

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

#dabb52 Text Font Color

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

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


#dabb52 Background Color

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

This div background color is #dabb52


#dabb52 Border Color

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

This div border color is #dabb52


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,187,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 #dabb52">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb52


Comments

No comments written yet.

Please login to write comment.