Color Hex Logo

#dab123 Color Hex

#DAB123
(218,177,35)
0 Favorites   0 Comments

Color spaces of #dab123

RGB 21817735
HSL0.130.720.50
HSV47°84°85°
CMYK 0.000.190.84   0.15
XYZ44.939046.47118.1914
Yxy46.47110.45120.4666
Hunter Lab68.1697-1.625840.5944
CIE-Lab73.85022.236470.4843

#dab123 color RGB value is (218,177,35).

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

The process color (four color CMYK) of #dab123 color hex is 0.00, 0.19, 0.84, 0.15. Web safe color of #dab123 is #cc9933. Color #dab123 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00100011
Octal 332 261 43
Decimal 218 177 35
Hex DA B1 23

RGB Percentages of Color #dab123

%50.70
%41.16
%8.14

CMYK Percentages of Color #dab123

%0
%19
%84
%15

Triadic Colors of #dab123

#dab123 #23dab1 #b123da

Analogous Colors of #dab123

#dab123 #a8da23 #da5523

Monochromatic Colors of #dab123

#dab123

Complementary Color

#dab123 #234cda

#dab123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab123 Color CSS Codes

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

#dab123 Text Font Color

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

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


#dab123 Background Color

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

This div background color is #dab123


#dab123 Border Color

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

This div border color is #dab123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab123


Comments

No comments written yet.

Please login to write comment.