Color Hex Logo

#dab22b Color Hex

#DAB22B
(218,178,43)
0 Favorites   0 Comments

Color spaces of #dab22b

RGB 21817843
HSL0.130.700.51
HSV46°80°85°
CMYK 0.000.180.80   0.15
XYZ45.269946.92068.9561
Yxy46.92060.44760.4639
Hunter Lab68.4986-1.904140.1969
CIE-Lab74.13901.945568.4326

#dab22b color RGB value is (218,178,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 00101011
Octal 332 262 53
Decimal 218 178 43
Hex DA B2 2B

RGB Percentages of Color #dab22b

%49.66
%40.55
%9.79

CMYK Percentages of Color #dab22b

%0
%18
%80
%15

Triadic Colors of #dab22b

#dab22b #2bdab2 #b22bda

Analogous Colors of #dab22b

#dab22b #abda2b #da5b2b

Monochromatic Colors of #dab22b

#dab22b

Complementary Color

#dab22b #2b53da

#dab22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab22b Color CSS Codes

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

#dab22b Text Font Color

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

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


#dab22b Background Color

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

This div background color is #dab22b


#dab22b Border Color

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

This div border color is #dab22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab22b


Comments

No comments written yet.

Please login to write comment.