Color Hex Logo

#dafa37 Color Hex

#DAFA37
(218,250,55)
0 Favorites   0 Comments

Color spaces of #dafa37

RGB 21825055
HSL0.190.950.60
HSV70°78°98°
CMYK 0.130.000.78   0.02
XYZ63.788683.552516.3797
Yxy83.55250.38960.5103
Hunter Lab91.4071-35.395853.3605
CIE-Lab93.2558-33.168082.0038

#dafa37 color RGB value is (218,250,55).

#dafa37 hex color red value is 218, green value is 250 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dafa37 hue: 0.19 , saturation: 0.95 and the lightness value of dafa37 is 0.60.

The process color (four color CMYK) of #dafa37 color hex is 0.13, 0.00, 0.78, 0.02. Web safe color of #dafa37 is #ccff33. Color #dafa37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 00110111
Octal 332 372 67
Decimal 218 250 55
Hex DA FA 37

RGB Percentages of Color #dafa37

%41.68
%47.80
%10.52

CMYK Percentages of Color #dafa37

%13
%0
%78
%2

Triadic Colors of #dafa37

#dafa37 #37dafa #fa37da

Analogous Colors of #dafa37

#dafa37 #79fa37 #fab937

Monochromatic Colors of #dafa37

#dafa37

Complementary Color

#dafa37 #5737fa

#dafa37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa37 Color CSS Codes

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

#dafa37 Text Font Color

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

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


#dafa37 Background Color

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

This div background color is #dafa37


#dafa37 Border Color

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

This div border color is #dafa37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa37


Comments

No comments written yet.

Please login to write comment.