Color Hex Logo

#dab211 Color Hex

#DAB211
(218,178,17)
0 Favorites   0 Comments

Color spaces of #dab211

RGB 21817817
HSL0.130.860.46
HSV48°92°85°
CMYK 0.000.180.92   0.15
XYZ44.935046.78677.1927
Yxy46.78670.45430.4730
Hunter Lab68.4008-2.438241.6459
CIE-Lab74.05311.350174.4151

#dab211 color RGB value is (218,178,17).

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

The process color (four color CMYK) of #dab211 color hex is 0.00, 0.18, 0.92, 0.15. Web safe color of #dab211 is #cc9900. Color #dab211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 00010001
Octal 332 262 21
Decimal 218 178 17
Hex DA B2 11

RGB Percentages of Color #dab211

%52.78
%43.10
%4.12

CMYK Percentages of Color #dab211

%0
%18
%92
%15

Triadic Colors of #dab211

#dab211 #11dab2 #b211da

Analogous Colors of #dab211

#dab211 #9eda11 #da4e11

Monochromatic Colors of #dab211

#dab211

Complementary Color

#dab211 #1139da

#dab211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab211 Color CSS Codes

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

#dab211 Text Font Color

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

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


#dab211 Background Color

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

This div background color is #dab211


#dab211 Border Color

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

This div border color is #dab211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab211


Comments

No comments written yet.

Please login to write comment.