Color Hex Logo

#dabe73 Color Hex

#DABE73
(218,190,115)
0 Favorites   0 Comments

Color spaces of #dabe73

RGB 218190115
HSL0.120.580.65
HSV44°47°85°
CMYK 0.000.130.47   0.15
XYZ50.421452.970123.7864
Yxy52.97010.39650.4165
Hunter Lab72.7806-3.703631.5690
CIE-Lab77.85730.200541.3695

#dabe73 color RGB value is (218,190,115).

#dabe73 hex color red value is 218, green value is 190 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dabe73 hue: 0.12 , saturation: 0.58 and the lightness value of dabe73 is 0.65.

The process color (four color CMYK) of #dabe73 color hex is 0.00, 0.13, 0.47, 0.15. Web safe color of #dabe73 is #cccc66. Color #dabe73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01110011
Octal 332 276 163
Decimal 218 190 115
Hex DA BE 73

RGB Percentages of Color #dabe73

%41.68
%36.33
%21.99

CMYK Percentages of Color #dabe73

%0
%13
%47
%15

Triadic Colors of #dabe73

#dabe73 #73dabe #be73da

Analogous Colors of #dabe73

#dabe73 #c3da73 #da8b73

Monochromatic Colors of #dabe73

#dabe73

Complementary Color

#dabe73 #738fda

#dabe73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe73 Color CSS Codes

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

#dabe73 Text Font Color

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

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


#dabe73 Background Color

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

This div background color is #dabe73


#dabe73 Border Color

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

This div border color is #dabe73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe73


Comments

No comments written yet.

Please login to write comment.