Color Hex Logo

#daf91e Color Hex

#DAF91E
(218,249,30)
0 Favorites   0 Comments

Color spaces of #daf91e

RGB 21824930
HSL0.190.950.55
HSV68°88°98°
CMYK 0.120.000.88   0.02
XYZ63.023582.750513.8791
Yxy82.75050.39480.5183
Hunter Lab90.9673-35.525354.6311
CIE-Lab92.9051-33.413687.1136

#daf91e color RGB value is (218,249,30).

#daf91e hex color red value is 218, green value is 249 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #daf91e hue: 0.19 , saturation: 0.95 and the lightness value of daf91e is 0.55.

The process color (four color CMYK) of #daf91e color hex is 0.12, 0.00, 0.88, 0.02. Web safe color of #daf91e is #ccff33. Color #daf91e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 00011110
Octal 332 371 36
Decimal 218 249 30
Hex DA F9 1E

RGB Percentages of Color #daf91e

%43.86
%50.10
%6.04

CMYK Percentages of Color #daf91e

%12
%0
%88
%2

Triadic Colors of #daf91e

#daf91e #1edaf9 #f91eda

Analogous Colors of #daf91e

#daf91e #6df91e #f9ab1e

Monochromatic Colors of #daf91e

#daf91e

Complementary Color

#daf91e #3d1ef9

#daf91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf91e Color CSS Codes

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

#daf91e Text Font Color

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

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


#daf91e Background Color

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

This div background color is #daf91e


#daf91e Border Color

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

This div border color is #daf91e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf91e


Comments

No comments written yet.

Please login to write comment.