Color Hex Logo

#dafa62 Color Hex

#DAFA62
(218,250,98)
0 Favorites   0 Comments

Color spaces of #dafa62

RGB 21825098
HSL0.200.940.68
HSV73°61°98°
CMYK 0.130.000.61   0.02
XYZ65.303784.158524.3576
Yxy84.15850.37570.4842
Hunter Lab91.7379-33.476148.4743
CIE-Lab93.5193-30.865067.4163

#dafa62 color RGB value is (218,250,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 01100010
Octal 332 372 142
Decimal 218 250 98
Hex DA FA 62

RGB Percentages of Color #dafa62

%38.52
%44.17
%17.31

CMYK Percentages of Color #dafa62

%13
%0
%61
%2

Triadic Colors of #dafa62

#dafa62 #62dafa #fa62da

Analogous Colors of #dafa62

#dafa62 #8efa62 #face62

Monochromatic Colors of #dafa62

#dafa62

Complementary Color

#dafa62 #8262fa

#dafa62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa62 Color CSS Codes

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

#dafa62 Text Font Color

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

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


#dafa62 Background Color

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

This div background color is #dafa62


#dafa62 Border Color

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

This div border color is #dafa62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa62

Related Colors


Comments

No comments written yet.

Please login to write comment.