Color Hex Logo

#dabc18 Color Hex

#DABC18
(218,188,24)
0 Favorites   0 Comments

Color spaces of #dabc18

RGB 21818824
HSL0.140.800.47
HSV51°89°85°
CMYK 0.000.140.89   0.15
XYZ47.061550.93788.2157
Yxy50.93780.44310.4796
Hunter Lab71.3707-7.196843.1345
CIE-Lab76.6413-3.755975.2132

#dabc18 color RGB value is (218,188,24).

#dabc18 hex color red value is 218, green value is 188 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dabc18 hue: 0.14 , saturation: 0.80 and the lightness value of dabc18 is 0.47.

The process color (four color CMYK) of #dabc18 color hex is 0.00, 0.14, 0.89, 0.15. Web safe color of #dabc18 is #cccc00. Color #dabc18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 00011000
Octal 332 274 30
Decimal 218 188 24
Hex DA BC 18

RGB Percentages of Color #dabc18

%50.70
%43.72
%5.58

CMYK Percentages of Color #dabc18

%0
%14
%89
%15

Triadic Colors of #dabc18

#dabc18 #18dabc #bc18da

Analogous Colors of #dabc18

#dabc18 #97da18 #da5b18

Monochromatic Colors of #dabc18

#dabc18

Complementary Color

#dabc18 #1836da

#dabc18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc18 Color CSS Codes

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

#dabc18 Text Font Color

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

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


#dabc18 Background Color

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

This div background color is #dabc18


#dabc18 Border Color

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

This div border color is #dabc18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc18


Comments

No comments written yet.

Please login to write comment.