Color Hex Logo

#dabe65 Color Hex

#DABE65
(218,190,101)
0 Favorites   0 Comments

Color spaces of #dabe65

RGB 218190101
HSL0.130.610.63
HSV46°54°85°
CMYK 0.000.130.54   0.15
XYZ49.675952.671919.8604
Yxy52.67190.40650.4310
Hunter Lab72.5754-4.828634.5780
CIE-Lab77.6809-1.043648.0945

#dabe65 color RGB value is (218,190,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01100101
Octal 332 276 145
Decimal 218 190 101
Hex DA BE 65

RGB Percentages of Color #dabe65

%42.83
%37.33
%19.84

CMYK Percentages of Color #dabe65

%0
%13
%54
%15

Triadic Colors of #dabe65

#dabe65 #65dabe #be65da

Analogous Colors of #dabe65

#dabe65 #bcda65 #da8465

Monochromatic Colors of #dabe65

#dabe65

Complementary Color

#dabe65 #6581da

#dabe65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe65 Color CSS Codes

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

#dabe65 Text Font Color

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

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


#dabe65 Background Color

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

This div background color is #dabe65


#dabe65 Border Color

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

This div border color is #dabe65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe65


Comments

No comments written yet.

Please login to write comment.