Color Hex Logo

#dabe26 Color Hex

#DABE26
(218,190,38)
0 Favorites   0 Comments

Color spaces of #dabe26

RGB 21819038
HSL0.140.710.50
HSV51°83°85°
CMYK 0.000.130.83   0.15
XYZ47.676751.87239.3332
Yxy51.87230.43790.4764
Hunter Lab72.0224-7.877642.7325
CIE-Lab77.2044-4.466972.5139

#dabe26 color RGB value is (218,190,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 00100110
Octal 332 276 46
Decimal 218 190 38
Hex DA BE 26

RGB Percentages of Color #dabe26

%48.88
%42.60
%8.52

CMYK Percentages of Color #dabe26

%0
%13
%83
%15

Triadic Colors of #dabe26

#dabe26 #26dabe #be26da

Analogous Colors of #dabe26

#dabe26 #9cda26 #da6426

Monochromatic Colors of #dabe26

#dabe26

Complementary Color

#dabe26 #2642da

#dabe26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe26 Color CSS Codes

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

#dabe26 Text Font Color

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

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


#dabe26 Background Color

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

This div background color is #dabe26


#dabe26 Border Color

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

This div border color is #dabe26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe26


Comments

No comments written yet.

Please login to write comment.