Color Hex Logo

#daf15e Color Hex

#DAF15E
(218,241,94)
0 Favorites   0 Comments

Color spaces of #daf15e

RGB 21824194
HSL0.190.840.66
HSV69°61°95°
CMYK 0.100.000.61   0.05
XYZ62.389178.624222.4774
Yxy78.62420.38160.4809
Hunter Lab88.6703-29.579047.0395
CIE-Lab91.0640-26.945766.3909

#daf15e color RGB value is (218,241,94).

#daf15e hex color red value is 218, green value is 241 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #daf15e hue: 0.19 , saturation: 0.84 and the lightness value of daf15e is 0.66.

The process color (four color CMYK) of #daf15e color hex is 0.10, 0.00, 0.61, 0.05. Web safe color of #daf15e is #ccff66. Color #daf15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 01011110
Octal 332 361 136
Decimal 218 241 94
Hex DA F1 5E

RGB Percentages of Color #daf15e

%39.42
%43.58
%17.00

CMYK Percentages of Color #daf15e

%10
%0
%61
%5

Triadic Colors of #daf15e

#daf15e #5edaf1 #f15eda

Analogous Colors of #daf15e

#daf15e #91f15e #f1bf5e

Monochromatic Colors of #daf15e

#daf15e

Complementary Color

#daf15e #755ef1

#daf15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf15e Color CSS Codes

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

#daf15e Text Font Color

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

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


#daf15e Background Color

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

This div background color is #daf15e


#daf15e Border Color

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

This div border color is #daf15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf15e


Comments

No comments written yet.

Please login to write comment.