Color Hex Logo

#dab102 Color Hex

#DAB102
(218,177,2)
0 Favorites   0 Comments

Color spaces of #dab102

RGB 2181772
HSL0.140.980.43
HSV49°99°85°
CMYK 0.000.190.99   0.15
XYZ44.646546.35416.6515
Yxy46.35410.45720.4747
Hunter Lab68.0838-2.094041.8663
CIE-Lab73.77471.714876.0160

#dab102 color RGB value is (218,177,2).

#dab102 hex color red value is 218, green value is 177 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #dab102 hue: 0.14 , saturation: 0.98 and the lightness value of dab102 is 0.43.

The process color (four color CMYK) of #dab102 color hex is 0.00, 0.19, 0.99, 0.15. Web safe color of #dab102 is #cc9900. Color #dab102 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00000010
Octal 332 261 2
Decimal 218 177 2
Hex DA B1 2

RGB Percentages of Color #dab102

%54.91
%44.58
%0.50

CMYK Percentages of Color #dab102

%0
%19
%99
%15

Triadic Colors of #dab102

#dab102 #02dab1 #b102da

Analogous Colors of #dab102

#dab102 #97da02 #da4502

Monochromatic Colors of #dab102

#dab102

Complementary Color

#dab102 #022bda

#dab102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab102 Color CSS Codes

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

#dab102 Text Font Color

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

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


#dab102 Background Color

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

This div background color is #dab102


#dab102 Border Color

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

This div border color is #dab102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab102


Comments

No comments written yet.

Please login to write comment.