Color Hex Logo

#daf030 Color Hex

#DAF030
(218,240,48)
0 Favorites   0 Comments

Color spaces of #daf030

RGB 21824048
HSL0.190.860.56
HSV67°80°94°
CMYK 0.090.000.80   0.06
XYZ60.607077.439014.5492
Yxy77.43900.39720.5075
Hunter Lab87.9994-31.062451.7970
CIE-Lab90.5233-28.792581.4125

#daf030 color RGB value is (218,240,48).

#daf030 hex color red value is 218, green value is 240 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #daf030 hue: 0.19 , saturation: 0.86 and the lightness value of daf030 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 00110000
Octal 332 360 60
Decimal 218 240 48
Hex DA F0 30

RGB Percentages of Color #daf030

%43.08
%47.43
%9.49

CMYK Percentages of Color #daf030

%9
%0
%80
%6

Triadic Colors of #daf030

#daf030 #30daf0 #f030da

Analogous Colors of #daf030

#daf030 #7af030 #f0a630

Monochromatic Colors of #daf030

#daf030

Complementary Color

#daf030 #4630f0

#daf030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf030 Color CSS Codes

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

#daf030 Text Font Color

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

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


#daf030 Background Color

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

This div background color is #daf030


#daf030 Border Color

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

This div border color is #daf030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf030


Comments

No comments written yet.

Please login to write comment.