Color Hex Logo

#daff72 Color Hex

#DAFF72
(218,255,114)
0 Favorites   0 Comments

Color spaces of #daff72

RGB 218255114
HSL0.211.000.72
HSV76°55°100°
CMYK 0.150.000.55   0.00
XYZ67.710787.640329.2671
Yxy87.64030.36680.4747
Hunter Lab93.6164-34.723546.9958
CIE-Lab95.0093-31.931962.3220

#daff72 color RGB value is (218,255,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 01110010
Octal 332 377 162
Decimal 218 255 114
Hex DA FF 72

RGB Percentages of Color #daff72

%37.14
%43.44
%19.42

CMYK Percentages of Color #daff72

%15
%0
%55
%0

Triadic Colors of #daff72

#daff72 #72daff #ff72da

Analogous Colors of #daff72

#daff72 #94ff72 #ffde72

Monochromatic Colors of #daff72

#daff72

Complementary Color

#daff72 #9772ff

#daff72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff72 Color CSS Codes

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

#daff72 Text Font Color

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

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


#daff72 Background Color

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

This div background color is #daff72


#daff72 Border Color

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

This div border color is #daff72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,255,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 #daff72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff72

Related Colors


Comments

No comments written yet.

Please login to write comment.