Color Hex Logo

#dabc21 Color Hex

#DABC21
(218,188,33)
0 Favorites   0 Comments

Color spaces of #dabc21

RGB 21818833
HSL0.140.740.49
HSV50°85°85°
CMYK 0.000.140.85   0.15
XYZ47.171250.98178.7931
Yxy50.98170.44110.4767
Hunter Lab71.4015-7.027042.6795
CIE-Lab76.6679-3.563573.3238

#dabc21 color RGB value is (218,188,33).

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

The process color (four color CMYK) of #dabc21 color hex is 0.00, 0.14, 0.85, 0.15. Web safe color of #dabc21 is #cccc33. Color #dabc21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 00100001
Octal 332 274 41
Decimal 218 188 33
Hex DA BC 21

RGB Percentages of Color #dabc21

%49.66
%42.82
%7.52

CMYK Percentages of Color #dabc21

%0
%14
%85
%15

Triadic Colors of #dabc21

#dabc21 #21dabc #bc21da

Analogous Colors of #dabc21

#dabc21 #9cda21 #da6021

Monochromatic Colors of #dabc21

#dabc21

Complementary Color

#dabc21 #213fda

#dabc21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc21 Color CSS Codes

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

#dabc21 Text Font Color

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

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


#dabc21 Background Color

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

This div background color is #dabc21


#dabc21 Border Color

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

This div border color is #dabc21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc21


Comments

No comments written yet.

Please login to write comment.