Color Hex Logo

#daf018 Color Hex

#DAF018
(218,240,24)
0 Favorites   0 Comments

Color spaces of #daf018

RGB 21824024
HSL0.180.880.52
HSV66°90°94°
CMYK 0.090.000.90   0.06
XYZ60.238477.291612.6080
Yxy77.29160.40120.5148
Hunter Lab87.9156-31.547053.0382
CIE-Lab90.4557-29.375386.0620

#daf018 color RGB value is (218,240,24).

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

The process color (four color CMYK) of #daf018 color hex is 0.09, 0.00, 0.90, 0.06. Web safe color of #daf018 is #ccff00. Color #daf018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 00011000
Octal 332 360 30
Decimal 218 240 24
Hex DA F0 18

RGB Percentages of Color #daf018

%45.23
%49.79
%4.98

CMYK Percentages of Color #daf018

%9
%0
%90
%6

Triadic Colors of #daf018

#daf018 #18daf0 #f018da

Analogous Colors of #daf018

#daf018 #6ef018 #f09a18

Monochromatic Colors of #daf018

#daf018

Complementary Color

#daf018 #2e18f0

#daf018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf018 Color CSS Codes

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

#daf018 Text Font Color

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

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


#daf018 Background Color

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

This div background color is #daf018


#daf018 Border Color

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

This div border color is #daf018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf018


Comments

No comments written yet.

Please login to write comment.