Color Hex Logo

#dab224 Color Hex

#DAB224
(218,178,36)
0 Favorites   0 Comments

Color spaces of #dab224

RGB 21817836
HSL0.130.720.50
HSV47°83°85°
CMYK 0.000.180.83   0.15
XYZ45.152346.87368.3368
Yxy46.87360.44990.4670
Hunter Lab68.4643-2.091540.7053
CIE-Lab74.10881.736870.4336

#dab224 color RGB value is (218,178,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 00100100
Octal 332 262 44
Decimal 218 178 36
Hex DA B2 24

RGB Percentages of Color #dab224

%50.46
%41.20
%8.33

CMYK Percentages of Color #dab224

%0
%18
%83
%15

Triadic Colors of #dab224

#dab224 #24dab2 #b224da

Analogous Colors of #dab224

#dab224 #a7da24 #da5724

Monochromatic Colors of #dab224

#dab224

Complementary Color

#dab224 #244cda

#dab224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab224 Color CSS Codes

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

#dab224 Text Font Color

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

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


#dab224 Background Color

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

This div background color is #dab224


#dab224 Border Color

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

This div border color is #dab224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab224


Comments

No comments written yet.

Please login to write comment.