Color Hex Logo

#dafc51 Color Hex

#DAFC51
(218,252,81)
0 Favorites   0 Comments

Color spaces of #dafc51

RGB 21825281
HSL0.200.970.65
HSV72°68°99°
CMYK 0.130.000.68   0.01
XYZ65.209085.120320.7776
Yxy85.12030.38110.4975
Hunter Lab92.2607-35.294051.2300
CIE-Lab93.9349-32.869974.3989

#dafc51 color RGB value is (218,252,81).

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

The process color (four color CMYK) of #dafc51 color hex is 0.13, 0.00, 0.68, 0.01. Web safe color of #dafc51 is #ccff66. Color #dafc51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 01010001
Octal 332 374 121
Decimal 218 252 81
Hex DA FC 51

RGB Percentages of Color #dafc51

%39.56
%45.74
%14.70

CMYK Percentages of Color #dafc51

%13
%0
%68
%1

Triadic Colors of #dafc51

#dafc51 #51dafc #fc51da

Analogous Colors of #dafc51

#dafc51 #85fc51 #fcc951

Monochromatic Colors of #dafc51

#dafc51

Complementary Color

#dafc51 #7351fc

#dafc51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafc51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafc51 Color CSS Codes

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

#dafc51 Text Font Color

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

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


#dafc51 Background Color

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

This div background color is #dafc51


#dafc51 Border Color

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

This div border color is #dafc51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafc51


Comments

No comments written yet.

Please login to write comment.