Color Hex Logo

#dabf51 Color Hex

#DABF51
(218,191,81)
0 Favorites   0 Comments

Color spaces of #dabf51

RGB 21819181
HSL0.130.650.59
HSV48°63°85°
CMYK 0.000.120.63   0.15
XYZ49.029452.761115.3844
Yxy52.76110.41840.4503
Hunter Lab72.6368-6.628138.2882
CIE-Lab77.7337-3.026357.4413

#dabf51 color RGB value is (218,191,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 01010001
Octal 332 277 121
Decimal 218 191 81
Hex DA BF 51

RGB Percentages of Color #dabf51

%44.49
%38.98
%16.53

CMYK Percentages of Color #dabf51

%0
%12
%63
%15

Triadic Colors of #dabf51

#dabf51 #51dabf #bf51da

Analogous Colors of #dabf51

#dabf51 #b1da51 #da7b51

Monochromatic Colors of #dabf51

#dabf51

Complementary Color

#dabf51 #516cda

#dabf51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf51 Color CSS Codes

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

#dabf51 Text Font Color

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

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


#dabf51 Background Color

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

This div background color is #dabf51


#dabf51 Border Color

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

This div border color is #dabf51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf51


Comments

No comments written yet.

Please login to write comment.