Color Hex Logo

#dbfe53 Color Hex

#DBFE53
(219,254,83)
0 Favorites   0 Comments

Color spaces of #dbfe53

RGB 21925483
HSL0.200.990.66
HSV72°67°100°
CMYK 0.140.000.67   0.00
XYZ66.216686.568221.4030
Yxy86.56820.38010.4970
Hunter Lab93.0420-35.787851.4906
CIE-Lab94.5548-33.281874.3237

#dbfe53 color RGB value is (219,254,83).

#dbfe53 hex color red value is 219, green value is 254 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dbfe53 hue: 0.20 , saturation: 0.99 and the lightness value of dbfe53 is 0.66.

The process color (four color CMYK) of #dbfe53 color hex is 0.14, 0.00, 0.67, 0.00. Web safe color of #dbfe53 is #ccff66. Color #dbfe53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 01010011
Octal 333 376 123
Decimal 219 254 83
Hex DB FE 53

RGB Percentages of Color #dbfe53

%39.39
%45.68
%14.93

CMYK Percentages of Color #dbfe53

%14
%0
%67
%0

Triadic Colors of #dbfe53

#dbfe53 #53dbfe #fe53db

Analogous Colors of #dbfe53

#dbfe53 #86fe53 #fecc53

Monochromatic Colors of #dbfe53

#dbfe53

Complementary Color

#dbfe53 #7653fe

#dbfe53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfe53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfe53 Color CSS Codes

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

#dbfe53 Text Font Color

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

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


#dbfe53 Background Color

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

This div background color is #dbfe53


#dbfe53 Border Color

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

This div border color is #dbfe53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfe53


Comments

No comments written yet.

Please login to write comment.