Color Hex Logo

#dafe71 Color Hex

#DAFE71
(218,254,113)
0 Favorites   0 Comments

Color spaces of #dafe71

RGB 218254113
HSL0.210.990.72
HSV75°56°100°
CMYK 0.140.000.56   0.00
XYZ67.335986.981328.8629
Yxy86.98130.36760.4748
Hunter Lab93.2638-34.335646.9358
CIE-Lab94.7303-31.555062.4380

#dafe71 color RGB value is (218,254,113).

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

The process color (four color CMYK) of #dafe71 color hex is 0.14, 0.00, 0.56, 0.00. Web safe color of #dafe71 is #ccff66. Color #dafe71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 01110001
Octal 332 376 161
Decimal 218 254 113
Hex DA FE 71

RGB Percentages of Color #dafe71

%37.26
%43.42
%19.32

CMYK Percentages of Color #dafe71

%14
%0
%56
%0

Triadic Colors of #dafe71

#dafe71 #71dafe #fe71da

Analogous Colors of #dafe71

#dafe71 #94fe71 #fedc71

Monochromatic Colors of #dafe71

#dafe71

Complementary Color

#dafe71 #9571fe

#dafe71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe71 Color CSS Codes

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

#dafe71 Text Font Color

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

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


#dafe71 Background Color

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

This div background color is #dafe71


#dafe71 Border Color

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

This div border color is #dafe71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe71


Comments

No comments written yet.

Please login to write comment.