Color Hex Logo

#daff7d Color Hex

#DAFF7D
(218,255,125)
0 Favorites   0 Comments

Color spaces of #daff7d

RGB 218255125
HSL0.211.000.75
HSV77°51°100°
CMYK 0.150.000.51   0.00
XYZ68.375187.906132.7659
Yxy87.90610.36170.4650
Hunter Lab93.7583-33.902244.9106
CIE-Lab95.1214-30.959357.5642

#daff7d color RGB value is (218,255,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 01111101
Octal 332 377 175
Decimal 218 255 125
Hex DA FF 7D

RGB Percentages of Color #daff7d

%36.45
%42.64
%20.90

CMYK Percentages of Color #daff7d

%15
%0
%51
%0

Triadic Colors of #daff7d

#daff7d #7ddaff #ff7dda

Analogous Colors of #daff7d

#daff7d #99ff7d #ffe37d

Monochromatic Colors of #daff7d

#daff7d

Complementary Color

#daff7d #a27dff

#daff7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff7d Color CSS Codes

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

#daff7d Text Font Color

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

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


#daff7d Background Color

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

This div background color is #daff7d


#daff7d Border Color

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

This div border color is #daff7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff7d

#daff7d Color Palettes


Comments

No comments written yet.

Please login to write comment.