Color Hex Logo

#daf81e Color Hex

#DAF81E
(218,248,30)
0 Favorites   0 Comments

Color spaces of #daf81e

RGB 21824830
HSL0.190.940.55
HSV68°88°97°
CMYK 0.120.000.88   0.03
XYZ62.715282.134013.7763
Yxy82.13400.39540.5178
Hunter Lab90.6278-35.075254.4268
CIE-Lab92.6340-32.957186.8952

#daf81e color RGB value is (218,248,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 00011110
Octal 332 370 36
Decimal 218 248 30
Hex DA F8 1E

RGB Percentages of Color #daf81e

%43.95
%50.00
%6.05

CMYK Percentages of Color #daf81e

%12
%0
%88
%3

Triadic Colors of #daf81e

#daf81e #1edaf8 #f81eda

Analogous Colors of #daf81e

#daf81e #6df81e #f8a91e

Monochromatic Colors of #daf81e

#daf81e

Complementary Color

#daf81e #3c1ef8

#daf81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf81e Color CSS Codes

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

#daf81e Text Font Color

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

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


#daf81e Background Color

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

This div background color is #daf81e


#daf81e Border Color

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

This div border color is #daf81e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,248,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 #daf81e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf81e


Comments

No comments written yet.

Please login to write comment.