Color Hex Logo

#dafa61 Color Hex

#DAFA61
(218,250,97)
0 Favorites   0 Comments

Color spaces of #dafa61

RGB 21825097
HSL0.200.940.68
HSV73°61°98°
CMYK 0.130.000.61   0.02
XYZ65.256784.139724.1105
Yxy84.13970.37610.4849
Hunter Lab91.7277-33.535448.6251
CIE-Lab93.5111-30.935767.8142

#dafa61 color RGB value is (218,250,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 01100001
Octal 332 372 141
Decimal 218 250 97
Hex DA FA 61

RGB Percentages of Color #dafa61

%38.58
%44.25
%17.17

CMYK Percentages of Color #dafa61

%13
%0
%61
%2

Triadic Colors of #dafa61

#dafa61 #61dafa #fa61da

Analogous Colors of #dafa61

#dafa61 #8efa61 #face61

Monochromatic Colors of #dafa61

#dafa61

Complementary Color

#dafa61 #8161fa

#dafa61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa61 Color CSS Codes

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

#dafa61 Text Font Color

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

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


#dafa61 Background Color

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

This div background color is #dafa61


#dafa61 Border Color

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

This div border color is #dafa61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa61


Comments

No comments written yet.

Please login to write comment.