Color Hex Logo

#dabf53 Color Hex

#DABF53
(218,191,83)
0 Favorites   0 Comments

Color spaces of #dabf53

RGB 21819183
HSL0.130.650.59
HSV48°62°85°
CMYK 0.000.120.62   0.15
XYZ49.105652.791615.7853
Yxy52.79160.41730.4486
Hunter Lab72.6578-6.512437.9794
CIE-Lab77.7518-2.896556.5753

#dabf53 color RGB value is (218,191,83).

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

The process color (four color CMYK) of #dabf53 color hex is 0.00, 0.12, 0.62, 0.15. Web safe color of #dabf53 is #cccc66. Color #dabf53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 01010011
Octal 332 277 123
Decimal 218 191 83
Hex DA BF 53

RGB Percentages of Color #dabf53

%44.31
%38.82
%16.87

CMYK Percentages of Color #dabf53

%0
%12
%62
%15

Triadic Colors of #dabf53

#dabf53 #53dabf #bf53da

Analogous Colors of #dabf53

#dabf53 #b2da53 #da7c53

Monochromatic Colors of #dabf53

#dabf53

Complementary Color

#dabf53 #536eda

#dabf53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf53 Color CSS Codes

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

#dabf53 Text Font Color

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

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


#dabf53 Background Color

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

This div background color is #dabf53


#dabf53 Border Color

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

This div border color is #dabf53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf53


Comments

No comments written yet.

Please login to write comment.