Color Hex Logo

#dafc40 Color Hex

#DAFC40
(218,252,64)
0 Favorites   0 Comments

Color spaces of #dafc40

RGB 21825264
HSL0.200.970.62
HSV71°75°99°
CMYK 0.130.000.75   0.01
XYZ64.649384.896417.8298
Yxy84.89640.38630.5072
Hunter Lab92.1392-35.999553.0243
CIE-Lab93.8385-33.719379.9578

#dafc40 color RGB value is (218,252,64).

#dafc40 hex color red value is 218, green value is 252 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dafc40 hue: 0.20 , saturation: 0.97 and the lightness value of dafc40 is 0.62.

The process color (four color CMYK) of #dafc40 color hex is 0.13, 0.00, 0.75, 0.01. Web safe color of #dafc40 is #ccff33. Color #dafc40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 01000000
Octal 332 374 100
Decimal 218 252 64
Hex DA FC 40

RGB Percentages of Color #dafc40

%40.82
%47.19
%11.99

CMYK Percentages of Color #dafc40

%13
%0
%75
%1

Triadic Colors of #dafc40

#dafc40 #40dafc #fc40da

Analogous Colors of #dafc40

#dafc40 #7cfc40 #fcc040

Monochromatic Colors of #dafc40

#dafc40

Complementary Color

#dafc40 #6240fc

#dafc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafc40 Color CSS Codes

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

#dafc40 Text Font Color

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

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


#dafc40 Background Color

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

This div background color is #dafc40


#dafc40 Border Color

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

This div border color is #dafc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafc40


Comments

No comments written yet.

Please login to write comment.