Color Hex Logo

#dabe70 Color Hex

#DABE70
(218,190,112)
0 Favorites   0 Comments

Color spaces of #dabe70

RGB 218190112
HSL0.120.590.65
HSV44°49°85°
CMYK 0.000.130.49   0.15
XYZ50.251552.902222.8918
Yxy52.90220.39870.4197
Hunter Lab72.7339-3.959532.2532
CIE-Lab77.8172-0.081742.8297

#dabe70 color RGB value is (218,190,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01110000
Octal 332 276 160
Decimal 218 190 112
Hex DA BE 70

RGB Percentages of Color #dabe70

%41.92
%36.54
%21.54

CMYK Percentages of Color #dabe70

%0
%13
%49
%15

Triadic Colors of #dabe70

#dabe70 #70dabe #be70da

Analogous Colors of #dabe70

#dabe70 #c1da70 #da8970

Monochromatic Colors of #dabe70

#dabe70

Complementary Color

#dabe70 #708cda

#dabe70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe70 Color CSS Codes

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

#dabe70 Text Font Color

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

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


#dabe70 Background Color

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

This div background color is #dabe70


#dabe70 Border Color

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

This div border color is #dabe70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe70


Comments

No comments written yet.

Please login to write comment.