Color Hex Logo

#dabd58 Color Hex

#DABD58
(218,189,88)
0 Favorites   0 Comments

Color spaces of #dabd58

RGB 21818988
HSL0.130.640.60
HSV47°60°85°
CMYK 0.000.130.60   0.15
XYZ48.872552.005216.6947
Yxy52.00520.41570.4423
Hunter Lab72.1146-5.230136.7545
CIE-Lab77.2839-1.515753.7886

#dabd58 color RGB value is (218,189,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 01011000
Octal 332 275 130
Decimal 218 189 88
Hex DA BD 58

RGB Percentages of Color #dabd58

%44.04
%38.18
%17.78

CMYK Percentages of Color #dabd58

%0
%13
%60
%15

Triadic Colors of #dabd58

#dabd58 #58dabd #bd58da

Analogous Colors of #dabd58

#dabd58 #b6da58 #da7c58

Monochromatic Colors of #dabd58

#dabd58

Complementary Color

#dabd58 #5875da

#dabd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd58 Color CSS Codes

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

#dabd58 Text Font Color

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

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


#dabd58 Background Color

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

This div background color is #dabd58


#dabd58 Border Color

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

This div border color is #dabd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd58


Comments

No comments written yet.

Please login to write comment.