Color Hex Logo

#dbfa90 Color Hex

#DBFA90
(219,250,144)
0 Favorites   0 Comments

Color spaces of #dbfa90

RGB 219250144
HSL0.220.910.77
HSV78°42°98°
CMYK 0.120.000.42   0.02
XYZ68.433185.444939.2713
Yxy85.44490.35430.4424
Hunter Lab92.4364-29.615539.5163
CIE-Lab94.0745-26.320247.4191

#dbfa90 color RGB value is (219,250,144).

#dbfa90 hex color red value is 219, green value is 250 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dbfa90 hue: 0.22 , saturation: 0.91 and the lightness value of dbfa90 is 0.77.

The process color (four color CMYK) of #dbfa90 color hex is 0.12, 0.00, 0.42, 0.02. Web safe color of #dbfa90 is #ccff99. Color #dbfa90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 10010000
Octal 333 372 220
Decimal 219 250 144
Hex DB FA 90

RGB Percentages of Color #dbfa90

%35.73
%40.78
%23.49

CMYK Percentages of Color #dbfa90

%12
%0
%42
%2

Triadic Colors of #dbfa90

#dbfa90 #90dbfa #fa90db

Analogous Colors of #dbfa90

#dbfa90 #a6fa90 #fae490

Monochromatic Colors of #dbfa90

#dbfa90

Complementary Color

#dbfa90 #af90fa

#dbfa90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa90 Color CSS Codes

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

#dbfa90 Text Font Color

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

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


#dbfa90 Background Color

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

This div background color is #dbfa90


#dbfa90 Border Color

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

This div border color is #dbfa90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa90


Comments

No comments written yet.

Please login to write comment.