Color Hex Logo

#dafe46 Color Hex

#DAFE46
(218,254,70)
0 Favorites   0 Comments

Color spaces of #dafe46

RGB 21825470
HSL0.200.990.64
HSV72°72°100°
CMYK 0.140.000.72   0.00
XYZ65.460786.231218.9885
Yxy86.23120.38350.5052
Hunter Lab92.8608-36.675652.8787
CIE-Lab94.4111-34.355778.6245

#dafe46 color RGB value is (218,254,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 01000110
Octal 332 376 106
Decimal 218 254 70
Hex DA FE 46

RGB Percentages of Color #dafe46

%40.22
%46.86
%12.92

CMYK Percentages of Color #dafe46

%14
%0
%72
%0

Triadic Colors of #dafe46

#dafe46 #46dafe #fe46da

Analogous Colors of #dafe46

#dafe46 #7efe46 #fec646

Monochromatic Colors of #dafe46

#dafe46

Complementary Color

#dafe46 #6a46fe

#dafe46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe46 Color CSS Codes

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

#dafe46 Text Font Color

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

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


#dafe46 Background Color

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

This div background color is #dafe46


#dafe46 Border Color

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

This div border color is #dafe46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe46


Comments

No comments written yet.

Please login to write comment.