Color Hex Logo

#daff75 Color Hex

#DAFF75
(218,255,117)
0 Favorites   0 Comments

Color spaces of #daff75

RGB 218255117
HSL0.211.000.73
HSV76°54°100°
CMYK 0.150.000.54   0.00
XYZ67.884387.709830.1814
Yxy87.70980.36540.4721
Hunter Lab93.6535-34.508846.4503
CIE-Lab95.0386-31.677061.0422

#daff75 color RGB value is (218,255,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 01110101
Octal 332 377 165
Decimal 218 255 117
Hex DA FF 75

RGB Percentages of Color #daff75

%36.95
%43.22
%19.83

CMYK Percentages of Color #daff75

%15
%0
%54
%0

Triadic Colors of #daff75

#daff75 #75daff #ff75da

Analogous Colors of #daff75

#daff75 #95ff75 #ffdf75

Monochromatic Colors of #daff75

#daff75

Complementary Color

#daff75 #9a75ff

#daff75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff75 Color CSS Codes

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

#daff75 Text Font Color

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

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


#daff75 Background Color

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

This div background color is #daff75


#daff75 Border Color

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

This div border color is #daff75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff75


Comments

No comments written yet.

Please login to write comment.