Color Hex Logo

#dafa60 Color Hex

#DAFA60
(218,250,96)
0 Favorites   0 Comments

Color spaces of #dafa60

RGB 21825096
HSL0.200.940.68
HSV72°62°98°
CMYK 0.130.000.62   0.02
XYZ65.210484.121223.8664
Yxy84.12120.37650.4857
Hunter Lab91.7176-33.593948.7741
CIE-Lab93.5031-31.005468.2101

#dafa60 color RGB value is (218,250,96).

#dafa60 hex color red value is 218, green value is 250 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dafa60 hue: 0.20 , saturation: 0.94 and the lightness value of dafa60 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 01100000
Octal 332 372 140
Decimal 218 250 96
Hex DA FA 60

RGB Percentages of Color #dafa60

%38.65
%44.33
%17.02

CMYK Percentages of Color #dafa60

%13
%0
%62
%2

Triadic Colors of #dafa60

#dafa60 #60dafa #fa60da

Analogous Colors of #dafa60

#dafa60 #8dfa60 #facd60

Monochromatic Colors of #dafa60

#dafa60

Complementary Color

#dafa60 #8060fa

#dafa60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa60 Color CSS Codes

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

#dafa60 Text Font Color

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

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


#dafa60 Background Color

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

This div background color is #dafa60


#dafa60 Border Color

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

This div border color is #dafa60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa60

Related Colors


Comments

No comments written yet.

Please login to write comment.