Color Hex Logo

#daff30 Color Hex

#DAFF30
(218,255,48)
0 Favorites   0 Comments

Color spaces of #daff30

RGB 21825548
HSL0.201.000.59
HSV71°81°100°
CMYK 0.150.000.81   0.00
XYZ65.206986.638816.0825
Yxy86.63880.38830.5159
Hunter Lab93.0800-37.842354.9118
CIE-Lab94.5848-35.675884.9425

#daff30 color RGB value is (218,255,48).

#daff30 hex color red value is 218, green value is 255 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #daff30 hue: 0.20 , saturation: 1.00 and the lightness value of daff30 is 0.59.

The process color (four color CMYK) of #daff30 color hex is 0.15, 0.00, 0.81, 0.00. Web safe color of #daff30 is #ccff33. Color #daff30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 00110000
Octal 332 377 60
Decimal 218 255 48
Hex DA FF 30

RGB Percentages of Color #daff30

%41.84
%48.94
%9.21

CMYK Percentages of Color #daff30

%15
%0
%81
%0

Triadic Colors of #daff30

#daff30 #30daff #ff30da

Analogous Colors of #daff30

#daff30 #73ff30 #ffbd30

Monochromatic Colors of #daff30

#daff30

Complementary Color

#daff30 #5530ff

#daff30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff30 Color CSS Codes

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

#daff30 Text Font Color

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

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


#daff30 Background Color

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

This div background color is #daff30


#daff30 Border Color

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

This div border color is #daff30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff30

#daff30 Color Palettes


Comments

No comments written yet.

Please login to write comment.