Color Hex Logo

#daff98 Color Hex

#DAFF98
(218,255,152)
0 Favorites   0 Comments

Color spaces of #daff98

RGB 218255152
HSL0.231.000.80
HSV82°40°100°
CMYK 0.150.000.40   0.00
XYZ70.340988.692443.1178
Yxy88.69240.34800.4387
Hunter Lab94.1766-31.486838.7783
CIE-Lab95.4517-28.130245.2896

#daff98 color RGB value is (218,255,152).

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

The process color (four color CMYK) of #daff98 color hex is 0.15, 0.00, 0.40, 0.00. Web safe color of #daff98 is #ccff99. Color #daff98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10011000
Octal 332 377 230
Decimal 218 255 152
Hex DA FF 98

RGB Percentages of Color #daff98

%34.88
%40.80
%24.32

CMYK Percentages of Color #daff98

%15
%0
%40
%0

Triadic Colors of #daff98

#daff98 #98daff #ff98da

Analogous Colors of #daff98

#daff98 #a7ff98 #fff198

Monochromatic Colors of #daff98

#daff98

Complementary Color

#daff98 #bd98ff

#daff98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff98 Color CSS Codes

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

#daff98 Text Font Color

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

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


#daff98 Background Color

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

This div background color is #daff98


#daff98 Border Color

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

This div border color is #daff98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff98

Related Colors


Comments

No comments written yet.

Please login to write comment.