Color Hex Logo

#dabe66 Color Hex

#DABE66
(218,190,102)
0 Favorites   0 Comments

Color spaces of #dabe66

RGB 218190102
HSL0.130.610.63
HSV46°53°85°
CMYK 0.000.130.53   0.15
XYZ49.725252.691620.1201
Yxy52.69160.40580.4300
Hunter Lab72.5890-4.753934.3784
CIE-Lab77.6926-0.960847.6224

#dabe66 color RGB value is (218,190,102).

#dabe66 hex color red value is 218, green value is 190 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dabe66 hue: 0.13 , saturation: 0.61 and the lightness value of dabe66 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01100110
Octal 332 276 146
Decimal 218 190 102
Hex DA BE 66

RGB Percentages of Color #dabe66

%42.75
%37.25
%20.00

CMYK Percentages of Color #dabe66

%0
%13
%53
%15

Triadic Colors of #dabe66

#dabe66 #66dabe #be66da

Analogous Colors of #dabe66

#dabe66 #bcda66 #da8466

Monochromatic Colors of #dabe66

#dabe66

Complementary Color

#dabe66 #6682da

#dabe66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe66 Color CSS Codes

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

#dabe66 Text Font Color

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

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


#dabe66 Background Color

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

This div background color is #dabe66


#dabe66 Border Color

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

This div border color is #dabe66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe66


Comments

No comments written yet.

Please login to write comment.