Color Hex Logo

#daff55 Color Hex

#DAFF55
(218,255,85)
0 Favorites   0 Comments

Color spaces of #daff55

RGB 21825585
HSL0.201.000.67
HSV73°67°100°
CMYK 0.150.000.67   0.00
XYZ66.313187.081321.9076
Yxy87.08130.37830.4968
Hunter Lab93.3174-36.459951.4030
CIE-Lab94.7728-34.006273.7927

#daff55 color RGB value is (218,255,85).

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

The process color (four color CMYK) of #daff55 color hex is 0.15, 0.00, 0.67, 0.00. Web safe color of #daff55 is #ccff66. Color #daff55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 01010101
Octal 332 377 125
Decimal 218 255 85
Hex DA FF 55

RGB Percentages of Color #daff55

%39.07
%45.70
%15.23

CMYK Percentages of Color #daff55

%15
%0
%67
%0

Triadic Colors of #daff55

#daff55 #55daff #ff55da

Analogous Colors of #daff55

#daff55 #85ff55 #ffcf55

Monochromatic Colors of #daff55

#daff55

Complementary Color

#daff55 #7a55ff

#daff55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff55 Color CSS Codes

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

#daff55 Text Font Color

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

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


#daff55 Background Color

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

This div background color is #daff55


#daff55 Border Color

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

This div border color is #daff55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff55

Related Colors


Comments

No comments written yet.

Please login to write comment.