Color Hex Logo

#daff5c Color Hex

#DAFF5C
(218,255,92)
0 Favorites   0 Comments

Color spaces of #daff5c

RGB 21825592
HSL0.201.000.68
HSV74°64°100°
CMYK 0.150.000.64   0.00
XYZ66.605287.198123.4457
Yxy87.19810.37580.4920
Hunter Lab93.3799-36.096050.4795
CIE-Lab94.8223-33.569471.1972

#daff5c color RGB value is (218,255,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 01011100
Octal 332 377 134
Decimal 218 255 92
Hex DA FF 5C

RGB Percentages of Color #daff5c

%38.58
%45.13
%16.28

CMYK Percentages of Color #daff5c

%15
%0
%64
%0

Triadic Colors of #daff5c

#daff5c #5cdaff #ff5cda

Analogous Colors of #daff5c

#daff5c #89ff5c #ffd35c

Monochromatic Colors of #daff5c

#daff5c

Complementary Color

#daff5c #815cff

#daff5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff5c Color CSS Codes

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

#daff5c Text Font Color

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

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


#daff5c Background Color

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

This div background color is #daff5c


#daff5c Border Color

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

This div border color is #daff5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff5c


Comments

No comments written yet.

Please login to write comment.