Color Hex Logo

#dafa34 Color Hex

#DAFA34
(218,250,52)
0 Favorites   0 Comments

Color spaces of #dafa34

RGB 21825052
HSL0.190.950.59
HSV70°79°98°
CMYK 0.130.000.79   0.02
XYZ63.718983.524616.0123
Yxy83.52460.39030.5116
Hunter Lab91.3918-35.484453.5864
CIE-Lab93.2436-33.275182.7842

#dafa34 color RGB value is (218,250,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 00110100
Octal 332 372 64
Decimal 218 250 52
Hex DA FA 34

RGB Percentages of Color #dafa34

%41.92
%48.08
%10.00

CMYK Percentages of Color #dafa34

%13
%0
%79
%2

Triadic Colors of #dafa34

#dafa34 #34dafa #fa34da

Analogous Colors of #dafa34

#dafa34 #77fa34 #fab734

Monochromatic Colors of #dafa34

#dafa34

Complementary Color

#dafa34 #5434fa

#dafa34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa34 Color CSS Codes

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

#dafa34 Text Font Color

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

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


#dafa34 Background Color

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

This div background color is #dafa34


#dafa34 Border Color

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

This div border color is #dafa34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa34


Comments

No comments written yet.

Please login to write comment.