Color Hex Logo

#dafb59 Color Hex

#DAFB59
(218,251,89)
0 Favorites   0 Comments

Color spaces of #dafb59

RGB 21825189
HSL0.200.950.67
HSV72°65°98°
CMYK 0.130.000.65   0.02
XYZ65.213884.621122.3476
Yxy84.62110.37870.4915
Hunter Lab91.9897-34.438949.9891
CIE-Lab93.7196-31.930971.1976

#dafb59 color RGB value is (218,251,89).

#dafb59 hex color red value is 218, green value is 251 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dafb59 hue: 0.20 , saturation: 0.95 and the lightness value of dafb59 is 0.67.

The process color (four color CMYK) of #dafb59 color hex is 0.13, 0.00, 0.65, 0.02. Web safe color of #dafb59 is #ccff66. Color #dafb59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 01011001
Octal 332 373 131
Decimal 218 251 89
Hex DA FB 59

RGB Percentages of Color #dafb59

%39.07
%44.98
%15.95

CMYK Percentages of Color #dafb59

%13
%0
%65
%2

Triadic Colors of #dafb59

#dafb59 #59dafb #fb59da

Analogous Colors of #dafb59

#dafb59 #89fb59 #fbcb59

Monochromatic Colors of #dafb59

#dafb59

Complementary Color

#dafb59 #7a59fb

#dafb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb59 Color CSS Codes

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

#dafb59 Text Font Color

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

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


#dafb59 Background Color

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

This div background color is #dafb59


#dafb59 Border Color

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

This div border color is #dafb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb59

Related Colors


Comments

No comments written yet.

Please login to write comment.