Color Hex Logo

#dabe41 Color Hex

#DABE41
(218,190,65)
0 Favorites   0 Comments

Color spaces of #dabe41

RGB 21819065
HSL0.140.670.55
HSV49°70°85°
CMYK 0.000.130.70   0.15
XYZ48.281052.114012.5153
Yxy52.11400.42760.4616
Hunter Lab72.1900-6.951040.2541
CIE-Lab77.3490-3.418563.7038

#dabe41 color RGB value is (218,190,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01000001
Octal 332 276 101
Decimal 218 190 65
Hex DA BE 41

RGB Percentages of Color #dabe41

%46.09
%40.17
%13.74

CMYK Percentages of Color #dabe41

%0
%13
%70
%15

Triadic Colors of #dabe41

#dabe41 #41dabe #be41da

Analogous Colors of #dabe41

#dabe41 #aada41 #da7241

Monochromatic Colors of #dabe41

#dabe41

Complementary Color

#dabe41 #415dda

#dabe41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe41 Color CSS Codes

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

#dabe41 Text Font Color

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

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


#dabe41 Background Color

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

This div background color is #dabe41


#dabe41 Border Color

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

This div border color is #dabe41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe41


Comments

No comments written yet.

Please login to write comment.