Color Hex Logo

#dabc14 Color Hex

#DABC14
(218,188,20)
0 Favorites   0 Comments

Color spaces of #dabc14

RGB 21818820
HSL0.140.830.47
HSV51°91°85°
CMYK 0.000.140.91   0.15
XYZ47.022950.92248.0124
Yxy50.92240.44380.4806
Hunter Lab71.3599-7.256643.2948
CIE-Lab76.6320-3.823975.9000

#dabc14 color RGB value is (218,188,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 00010100
Octal 332 274 24
Decimal 218 188 20
Hex DA BC 14

RGB Percentages of Color #dabc14

%51.17
%44.13
%4.69

CMYK Percentages of Color #dabc14

%0
%14
%91
%15

Triadic Colors of #dabc14

#dabc14 #14dabc #bc14da

Analogous Colors of #dabc14

#dabc14 #95da14 #da5914

Monochromatic Colors of #dabc14

#dabc14

Complementary Color

#dabc14 #1432da

#dabc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc14 Color CSS Codes

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

#dabc14 Text Font Color

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

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


#dabc14 Background Color

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

This div background color is #dabc14


#dabc14 Border Color

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

This div border color is #dabc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc14


Comments

No comments written yet.

Please login to write comment.