Color Hex Logo

#dbff98 Color Hex

#DBFF98
(219,255,152)
0 Favorites   0 Comments

Color spaces of #dbff98

RGB 219255152
HSL0.221.000.80
HSV81°40°100°
CMYK 0.140.000.40   0.00
XYZ70.640988.847143.1318
Yxy88.84710.34860.4385
Hunter Lab94.2587-31.178538.8506
CIE-Lab95.5165-27.767345.3853

#dbff98 color RGB value is (219,255,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 10011000
Octal 333 377 230
Decimal 219 255 152
Hex DB FF 98

RGB Percentages of Color #dbff98

%34.98
%40.73
%24.28

CMYK Percentages of Color #dbff98

%14
%0
%40
%0

Triadic Colors of #dbff98

#dbff98 #98dbff #ff98db

Analogous Colors of #dbff98

#dbff98 #a8ff98 #fff098

Monochromatic Colors of #dbff98

#dbff98

Complementary Color

#dbff98 #bc98ff

#dbff98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbff98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbff98 Color CSS Codes

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

#dbff98 Text Font Color

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

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


#dbff98 Background Color

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

This div background color is #dbff98


#dbff98 Border Color

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

This div border color is #dbff98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbff98


Comments

No comments written yet.

Please login to write comment.