Color Hex Logo

#dbffa8 Color Hex

#DBFFA8
(219,255,168)
0 Favorites   0 Comments

Color spaces of #dbffa8

RGB 219255168
HSL0.241.000.83
HSV85°34°100°
CMYK 0.140.000.34   0.00
XYZ72.041389.407250.5061
Yxy89.40720.33990.4218
Hunter Lab94.5554-29.473634.5194
CIE-Lab95.7503-25.801937.8539

#dbffa8 color RGB value is (219,255,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 10101000
Octal 333 377 250
Decimal 219 255 168
Hex DB FF A8

RGB Percentages of Color #dbffa8

%34.11
%39.72
%26.17

CMYK Percentages of Color #dbffa8

%14
%0
%34
%0

Triadic Colors of #dbffa8

#dbffa8 #a8dbff #ffa8db

Analogous Colors of #dbffa8

#dbffa8 #b0ffa8 #fff8a8

Monochromatic Colors of #dbffa8

#dbffa8

Complementary Color

#dbffa8 #cca8ff

#dbffa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffa8 Color CSS Codes

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

#dbffa8 Text Font Color

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

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


#dbffa8 Background Color

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

This div background color is #dbffa8


#dbffa8 Border Color

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

This div border color is #dbffa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffa8

Related Colors


Comments

No comments written yet.

Please login to write comment.