Color Hex Logo

#daf01e Color Hex

#DAF01E
(218,240,30)
0 Favorites   0 Comments

Color spaces of #daf01e

RGB 21824030
HSL0.180.880.53
HSV66°88°94°
CMYK 0.090.000.88   0.06
XYZ60.307977.319312.9739
Yxy77.31930.40040.5134
Hunter Lab87.9314-31.455452.8040
CIE-Lab90.4684-29.265085.1499

#daf01e color RGB value is (218,240,30).

#daf01e hex color red value is 218, green value is 240 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #daf01e hue: 0.18 , saturation: 0.88 and the lightness value of daf01e is 0.53.

The process color (four color CMYK) of #daf01e color hex is 0.09, 0.00, 0.88, 0.06. Web safe color of #daf01e is #ccff33. Color #daf01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 00011110
Octal 332 360 36
Decimal 218 240 30
Hex DA F0 1E

RGB Percentages of Color #daf01e

%44.67
%49.18
%6.15

CMYK Percentages of Color #daf01e

%9
%0
%88
%6

Triadic Colors of #daf01e

#daf01e #1edaf0 #f01eda

Analogous Colors of #daf01e

#daf01e #71f01e #f09d1e

Monochromatic Colors of #daf01e

#daf01e

Complementary Color

#daf01e #341ef0

#daf01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf01e Color CSS Codes

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

#daf01e Text Font Color

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

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


#daf01e Background Color

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

This div background color is #daf01e


#daf01e Border Color

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

This div border color is #daf01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf01e


Comments

No comments written yet.

Please login to write comment.