Color Hex Logo

#dab25b Color Hex

#DAB25B
(218,178,91)
0 Favorites   0 Comments

Color spaces of #dab25b

RGB 21817891
HSL0.110.630.61
HSV41°58°85°
CMYK 0.000.180.58   0.15
XYZ46.722247.501516.6037
Yxy47.50150.42160.4286
Hunter Lab68.92130.393933.9615
CIE-Lab74.50944.480449.1998

#dab25b color RGB value is (218,178,91).

#dab25b hex color red value is 218, green value is 178 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dab25b hue: 0.11 , saturation: 0.63 and the lightness value of dab25b is 0.61.

The process color (four color CMYK) of #dab25b color hex is 0.00, 0.18, 0.58, 0.15. Web safe color of #dab25b is #cc9966. Color #dab25b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01011011
Octal 332 262 133
Decimal 218 178 91
Hex DA B2 5B

RGB Percentages of Color #dab25b

%44.76
%36.55
%18.69

CMYK Percentages of Color #dab25b

%0
%18
%58
%15

Triadic Colors of #dab25b

#dab25b #5bdab2 #b25bda

Analogous Colors of #dab25b

#dab25b #c3da5b #da735b

Monochromatic Colors of #dab25b

#dab25b

Complementary Color

#dab25b #5b83da

#dab25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab25b Color CSS Codes

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

#dab25b Text Font Color

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

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


#dab25b Background Color

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

This div background color is #dab25b


#dab25b Border Color

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

This div border color is #dab25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab25b


Comments

No comments written yet.

Please login to write comment.