Color Hex Logo

#daff4b Color Hex

#DAFF4B
(218,255,75)
0 Favorites   0 Comments

Color spaces of #daff4b

RGB 21825575
HSL0.201.000.65
HSV72°71°100°
CMYK 0.150.000.71   0.00
XYZ65.943486.933419.9609
Yxy86.93340.38150.5030
Hunter Lab93.2381-36.921152.5735
CIE-Lab94.7100-34.561477.2641

#daff4b color RGB value is (218,255,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 01001011
Octal 332 377 113
Decimal 218 255 75
Hex DA FF 4B

RGB Percentages of Color #daff4b

%39.78
%46.53
%13.69

CMYK Percentages of Color #daff4b

%15
%0
%71
%0

Triadic Colors of #daff4b

#daff4b #4bdaff #ff4bda

Analogous Colors of #daff4b

#daff4b #80ff4b #ffca4b

Monochromatic Colors of #daff4b

#daff4b

Complementary Color

#daff4b #704bff

#daff4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff4b Color CSS Codes

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

#daff4b Text Font Color

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

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


#daff4b Background Color

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

This div background color is #daff4b


#daff4b Border Color

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

This div border color is #daff4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff4b


Comments

No comments written yet.

Please login to write comment.