Color Hex Logo

#dab117 Color Hex

#DAB117
(218,177,23)
0 Favorites   0 Comments

Color spaces of #dab117

RGB 21817723
HSL0.130.810.47
HSV47°89°85°
CMYK 0.000.190.89   0.15
XYZ44.790246.41167.4082
Yxy46.41160.45420.4707
Hunter Lab68.1261-1.863941.2409
CIE-Lab73.81181.971473.1996

#dab117 color RGB value is (218,177,23).

#dab117 hex color red value is 218, green value is 177 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #dab117 hue: 0.13 , saturation: 0.81 and the lightness value of dab117 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00010111
Octal 332 261 27
Decimal 218 177 23
Hex DA B1 17

RGB Percentages of Color #dab117

%52.15
%42.34
%5.50

CMYK Percentages of Color #dab117

%0
%19
%89
%15

Triadic Colors of #dab117

#dab117 #17dab1 #b117da

Analogous Colors of #dab117

#dab117 #a2da17 #da5017

Monochromatic Colors of #dab117

#dab117

Complementary Color

#dab117 #1740da

#dab117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab117 Color CSS Codes

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

#dab117 Text Font Color

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

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


#dab117 Background Color

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

This div background color is #dab117


#dab117 Border Color

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

This div border color is #dab117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab117


Comments

No comments written yet.

Please login to write comment.