Color Hex Logo

#dabe42 Color Hex

#DABE42
(218,190,66)
0 Favorites   0 Comments

Color spaces of #dabe42

RGB 21819066
HSL0.140.670.56
HSV49°70°85°
CMYK 0.000.130.70   0.15
XYZ48.310352.125712.6693
Yxy52.12570.42710.4609
Hunter Lab72.1981-6.906140.1345
CIE-Lab77.3559-3.367963.3186

#dabe42 color RGB value is (218,190,66).

#dabe42 hex color red value is 218, green value is 190 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dabe42 hue: 0.14 , saturation: 0.67 and the lightness value of dabe42 is 0.56.

The process color (four color CMYK) of #dabe42 color hex is 0.00, 0.13, 0.70, 0.15. Web safe color of #dabe42 is #cccc33. Color #dabe42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01000010
Octal 332 276 102
Decimal 218 190 66
Hex DA BE 42

RGB Percentages of Color #dabe42

%45.99
%40.08
%13.92

CMYK Percentages of Color #dabe42

%0
%13
%70
%15

Triadic Colors of #dabe42

#dabe42 #42dabe #be42da

Analogous Colors of #dabe42

#dabe42 #aada42 #da7242

Monochromatic Colors of #dabe42

#dabe42

Complementary Color

#dabe42 #425eda

#dabe42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe42 Color CSS Codes

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

#dabe42 Text Font Color

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

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


#dabe42 Background Color

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

This div background color is #dabe42


#dabe42 Border Color

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

This div border color is #dabe42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe42

#dabe42 Color Palettes


Comments

No comments written yet.

Please login to write comment.