Color Hex Logo

#dbfe48 Color Hex

#DBFE48
(219,254,72)
0 Favorites   0 Comments

Color spaces of #dbfe48

RGB 21925472
HSL0.200.990.64
HSV72°72°100°
CMYK 0.140.000.72   0.00
XYZ65.824986.411619.3407
Yxy86.41160.38360.5036
Hunter Lab92.9578-36.277652.7347
CIE-Lab94.4881-33.870078.0705

#dbfe48 color RGB value is (219,254,72).

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

The process color (four color CMYK) of #dbfe48 color hex is 0.14, 0.00, 0.72, 0.00. Web safe color of #dbfe48 is #ccff33. Color #dbfe48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 01001000
Octal 333 376 110
Decimal 219 254 72
Hex DB FE 48

RGB Percentages of Color #dbfe48

%40.18
%46.61
%13.21

CMYK Percentages of Color #dbfe48

%14
%0
%72
%0

Triadic Colors of #dbfe48

#dbfe48 #48dbfe #fe48db

Analogous Colors of #dbfe48

#dbfe48 #80fe48 #fec648

Monochromatic Colors of #dbfe48

#dbfe48

Complementary Color

#dbfe48 #6b48fe

#dbfe48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfe48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfe48 Color CSS Codes

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

#dbfe48 Text Font Color

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

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


#dbfe48 Background Color

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

This div background color is #dbfe48


#dbfe48 Border Color

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

This div border color is #dbfe48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfe48


Comments

No comments written yet.

Please login to write comment.