Color Hex Logo

#dab231 Color Hex

#DAB231
(218,178,49)
0 Favorites   0 Comments

Color spaces of #dab231

RGB 21817849
HSL0.130.700.52
HSV46°78°85°
CMYK 0.000.180.78   0.15
XYZ45.388246.96809.5792
Yxy46.96800.44530.4608
Hunter Lab68.5332-1.716039.6860
CIE-Lab74.16932.154566.5128

#dab231 color RGB value is (218,178,49).

#dab231 hex color red value is 218, green value is 178 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dab231 hue: 0.13 , saturation: 0.70 and the lightness value of dab231 is 0.52.

The process color (four color CMYK) of #dab231 color hex is 0.00, 0.18, 0.78, 0.15. Web safe color of #dab231 is #cc9933. Color #dab231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 00110001
Octal 332 262 61
Decimal 218 178 49
Hex DA B2 31

RGB Percentages of Color #dab231

%48.99
%40.00
%11.01

CMYK Percentages of Color #dab231

%0
%18
%78
%15

Triadic Colors of #dab231

#dab231 #31dab2 #b231da

Analogous Colors of #dab231

#dab231 #aeda31 #da5e31

Monochromatic Colors of #dab231

#dab231

Complementary Color

#dab231 #3159da

#dab231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab231 Color CSS Codes

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

#dab231 Text Font Color

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

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


#dab231 Background Color

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

This div background color is #dab231


#dab231 Border Color

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

This div border color is #dab231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab231


Comments

No comments written yet.

Please login to write comment.