Color Hex Logo

#dab228 Color Hex

#DAB228
(218,178,40)
0 Favorites   0 Comments

Color spaces of #dab228

RGB 21817840
HSL0.130.710.51
HSV47°82°85°
CMYK 0.000.180.82   0.15
XYZ45.216846.89948.6768
Yxy46.89940.44860.4653
Hunter Lab68.4831-1.988840.4262
CIE-Lab74.12541.851369.3229

#dab228 color RGB value is (218,178,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 00101000
Octal 332 262 50
Decimal 218 178 40
Hex DA B2 28

RGB Percentages of Color #dab228

%50.00
%40.83
%9.17

CMYK Percentages of Color #dab228

%0
%18
%82
%15

Triadic Colors of #dab228

#dab228 #28dab2 #b228da

Analogous Colors of #dab228

#dab228 #a9da28 #da5928

Monochromatic Colors of #dab228

#dab228

Complementary Color

#dab228 #2850da

#dab228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab228 Color CSS Codes

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

#dab228 Text Font Color

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

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


#dab228 Background Color

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

This div background color is #dab228


#dab228 Border Color

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

This div border color is #dab228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab228


Comments

No comments written yet.

Please login to write comment.