Color Hex Logo

#dafd4a Color Hex

#DAFD4A
(218,253,74)
0 Favorites   0 Comments

Color spaces of #dafd4a

RGB 21825374
HSL0.200.980.64
HSV72°71°99°
CMYK 0.140.000.71   0.01
XYZ65.274885.650419.5704
Yxy85.65040.38290.5024
Hunter Lab92.5475-36.060152.2456
CIE-Lab94.1627-33.703277.0662

#dafd4a color RGB value is (218,253,74).

#dafd4a hex color red value is 218, green value is 253 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dafd4a hue: 0.20 , saturation: 0.98 and the lightness value of dafd4a is 0.64.

The process color (four color CMYK) of #dafd4a color hex is 0.14, 0.00, 0.71, 0.01. Web safe color of #dafd4a is #ccff33. Color #dafd4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 01001010
Octal 332 375 112
Decimal 218 253 74
Hex DA FD 4A

RGB Percentages of Color #dafd4a

%40.00
%46.42
%13.58

CMYK Percentages of Color #dafd4a

%14
%0
%71
%1

Triadic Colors of #dafd4a

#dafd4a #4adafd #fd4ada

Analogous Colors of #dafd4a

#dafd4a #81fd4a #fdc74a

Monochromatic Colors of #dafd4a

#dafd4a

Complementary Color

#dafd4a #6d4afd

#dafd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafd4a Color CSS Codes

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

#dafd4a Text Font Color

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

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


#dafd4a Background Color

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

This div background color is #dafd4a


#dafd4a Border Color

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

This div border color is #dafd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafd4a


Comments

No comments written yet.

Please login to write comment.