Color Hex Logo

#dabe72 Color Hex

#DABE72
(218,190,114)
0 Favorites   0 Comments

Color spaces of #dabe72

RGB 218190114
HSL0.120.580.65
HSV44°48°85°
CMYK 0.000.130.48   0.15
XYZ50.364252.947223.4850
Yxy52.94720.39720.4176
Hunter Lab72.7648-3.789631.7994
CIE-Lab77.84380.105741.8571

#dabe72 color RGB value is (218,190,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01110010
Octal 332 276 162
Decimal 218 190 114
Hex DA BE 72

RGB Percentages of Color #dabe72

%41.76
%36.40
%21.84

CMYK Percentages of Color #dabe72

%0
%13
%48
%15

Triadic Colors of #dabe72

#dabe72 #72dabe #be72da

Analogous Colors of #dabe72

#dabe72 #c2da72 #da8a72

Monochromatic Colors of #dabe72

#dabe72

Complementary Color

#dabe72 #728eda

#dabe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe72 Color CSS Codes

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

#dabe72 Text Font Color

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

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


#dabe72 Background Color

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

This div background color is #dabe72


#dabe72 Border Color

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

This div border color is #dabe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe72


Comments

No comments written yet.

Please login to write comment.