Color Hex Logo

#dbfc5e Color Hex

#DBFC5E
(219,252,94)
0 Favorites   0 Comments

Color spaces of #dbfc5e

RGB 21925294
HSL0.200.960.68
HSV73°63°99°
CMYK 0.130.000.63   0.01
XYZ66.044285.489023.6098
Yxy85.48900.37710.4881
Hunter Lab92.4603-34.303249.5824
CIE-Lab94.0934-31.678369.6616

#dbfc5e color RGB value is (219,252,94).

#dbfc5e hex color red value is 219, green value is 252 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dbfc5e hue: 0.20 , saturation: 0.96 and the lightness value of dbfc5e is 0.68.

The process color (four color CMYK) of #dbfc5e color hex is 0.13, 0.00, 0.63, 0.01. Web safe color of #dbfc5e is #ccff66. Color #dbfc5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 01011110
Octal 333 374 136
Decimal 219 252 94
Hex DB FC 5E

RGB Percentages of Color #dbfc5e

%38.76
%44.60
%16.64

CMYK Percentages of Color #dbfc5e

%13
%0
%63
%1

Triadic Colors of #dbfc5e

#dbfc5e #5edbfc #fc5edb

Analogous Colors of #dbfc5e

#dbfc5e #8cfc5e #fcce5e

Monochromatic Colors of #dbfc5e

#dbfc5e

Complementary Color

#dbfc5e #7f5efc

#dbfc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfc5e Color CSS Codes

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

#dbfc5e Text Font Color

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

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


#dbfc5e Background Color

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

This div background color is #dbfc5e


#dbfc5e Border Color

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

This div border color is #dbfc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfc5e


Comments

No comments written yet.

Please login to write comment.