Color Hex Logo

#dafe72 Color Hex

#DAFE72
(218,254,114)
0 Favorites   0 Comments

Color spaces of #dafe72

RGB 218254114
HSL0.210.990.72
HSV75°55°100°
CMYK 0.140.000.55   0.00
XYZ67.392587.004029.1611
Yxy87.00400.36710.4740
Hunter Lab93.2759-34.265446.7572
CIE-Lab94.7400-31.471762.0137

#dafe72 color RGB value is (218,254,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 01110010
Octal 332 376 162
Decimal 218 254 114
Hex DA FE 72

RGB Percentages of Color #dafe72

%37.20
%43.34
%19.45

CMYK Percentages of Color #dafe72

%14
%0
%55
%0

Triadic Colors of #dafe72

#dafe72 #72dafe #fe72da

Analogous Colors of #dafe72

#dafe72 #94fe72 #fedc72

Monochromatic Colors of #dafe72

#dafe72

Complementary Color

#dafe72 #9672fe

#dafe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe72 Color CSS Codes

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

#dafe72 Text Font Color

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

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


#dafe72 Background Color

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

This div background color is #dafe72


#dafe72 Border Color

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

This div border color is #dafe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe72

Related Colors


Comments

No comments written yet.

Please login to write comment.