Color Hex Logo

#dab058 Color Hex

#DAB058
(218,176,88)
0 Favorites   0 Comments

Color spaces of #dab058

RGB 21817688
HSL0.110.640.60
HSV41°60°85°
CMYK 0.000.190.60   0.15
XYZ46.200246.660715.8039
Yxy46.66070.42520.4294
Hunter Lab68.30861.187534.0987
CIE-Lab73.97225.320850.0176

#dab058 color RGB value is (218,176,88).

#dab058 hex color red value is 218, green value is 176 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dab058 hue: 0.11 , saturation: 0.64 and the lightness value of dab058 is 0.60.

The process color (four color CMYK) of #dab058 color hex is 0.00, 0.19, 0.60, 0.15. Web safe color of #dab058 is #cc9966. Color #dab058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01011000
Octal 332 260 130
Decimal 218 176 88
Hex DA B0 58

RGB Percentages of Color #dab058

%45.23
%36.51
%18.26

CMYK Percentages of Color #dab058

%0
%19
%60
%15

Triadic Colors of #dab058

#dab058 #58dab0 #b058da

Analogous Colors of #dab058

#dab058 #c3da58 #da6f58

Monochromatic Colors of #dab058

#dab058

Complementary Color

#dab058 #5882da

#dab058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab058 Color CSS Codes

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

#dab058 Text Font Color

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

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


#dab058 Background Color

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

This div background color is #dab058


#dab058 Border Color

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

This div border color is #dab058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab058


Comments

No comments written yet.

Please login to write comment.