Color Hex Logo

#dab623 Color Hex

#DAB623
(218,182,35)
0 Favorites   0 Comments

Color spaces of #dab623

RGB 21818235
HSL0.130.720.50
HSV48°84°85°
CMYK 0.000.170.84   0.15
XYZ45.944848.48278.5267
Yxy48.48270.44630.4709
Hunter Lab69.6295-4.069041.4801
CIE-Lab75.1284-0.388471.5514

#dab623 color RGB value is (218,182,35).

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

The process color (four color CMYK) of #dab623 color hex is 0.00, 0.17, 0.84, 0.15. Web safe color of #dab623 is #cccc33. Color #dab623 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 00100011
Octal 332 266 43
Decimal 218 182 35
Hex DA B6 23

RGB Percentages of Color #dab623

%50.11
%41.84
%8.05

CMYK Percentages of Color #dab623

%0
%17
%84
%15

Triadic Colors of #dab623

#dab623 #23dab6 #b623da

Analogous Colors of #dab623

#dab623 #a3da23 #da5b23

Monochromatic Colors of #dab623

#dab623

Complementary Color

#dab623 #2347da

#dab623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab623 Color CSS Codes

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

#dab623 Text Font Color

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

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


#dab623 Background Color

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

This div background color is #dab623


#dab623 Border Color

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

This div border color is #dab623


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,182,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 #dab623">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab623


Comments

No comments written yet.

Please login to write comment.