Color Hex Logo

#dabe56 Color Hex

#DABE56
(218,190,86)
0 Favorites   0 Comments

Color spaces of #dabe56

RGB 21819086
HSL0.130.640.60
HSV47°61°85°
CMYK 0.000.130.61   0.15
XYZ49.006652.404216.3362
Yxy52.40420.41620.4451
Hunter Lab72.3907-5.844137.2937
CIE-Lab77.5219-2.175454.9707

#dabe56 color RGB value is (218,190,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01010110
Octal 332 276 126
Decimal 218 190 86
Hex DA BE 56

RGB Percentages of Color #dabe56

%44.13
%38.46
%17.41

CMYK Percentages of Color #dabe56

%0
%13
%61
%15

Triadic Colors of #dabe56

#dabe56 #56dabe #be56da

Analogous Colors of #dabe56

#dabe56 #b4da56 #da7c56

Monochromatic Colors of #dabe56

#dabe56

Complementary Color

#dabe56 #5672da

#dabe56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe56 Color CSS Codes

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

#dabe56 Text Font Color

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

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


#dabe56 Background Color

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

This div background color is #dabe56


#dabe56 Border Color

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

This div border color is #dabe56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe56


Comments

No comments written yet.

Please login to write comment.