Color Hex Logo

#dabb24 Color Hex

#DABB24
(218,187,36)
0 Favorites   0 Comments

Color spaces of #dabb24

RGB 21818736
HSL0.140.720.50
HSV50°83°85°
CMYK 0.000.140.83   0.15
XYZ47.002250.57348.9534
Yxy50.57340.44120.4747
Hunter Lab71.1150-6.474842.3159
CIE-Lab76.4199-2.967772.3740

#dabb24 color RGB value is (218,187,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 00100100
Octal 332 273 44
Decimal 218 187 36
Hex DA BB 24

RGB Percentages of Color #dabb24

%49.43
%42.40
%8.16

CMYK Percentages of Color #dabb24

%0
%14
%83
%15

Triadic Colors of #dabb24

#dabb24 #24dabb #bb24da

Analogous Colors of #dabb24

#dabb24 #9eda24 #da6024

Monochromatic Colors of #dabb24

#dabb24

Complementary Color

#dabb24 #2443da

#dabb24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb24 Color CSS Codes

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

#dabb24 Text Font Color

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

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


#dabb24 Background Color

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

This div background color is #dabb24


#dabb24 Border Color

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

This div border color is #dabb24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb24


Comments

No comments written yet.

Please login to write comment.