Color Hex Logo

#dbfc73 Color Hex

#DBFC73
(219,252,115)
0 Favorites   0 Comments

Color spaces of #dbfc73

RGB 219252115
HSL0.210.960.72
HSV74°54°99°
CMYK 0.130.000.54   0.01
XYZ67.118385.918729.2661
Yxy85.91870.36820.4713
Hunter Lab92.6923-32.960246.1648
CIE-Lab94.2776-30.084161.0619

#dbfc73 color RGB value is (219,252,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 01110011
Octal 333 374 163
Decimal 219 252 115
Hex DB FC 73

RGB Percentages of Color #dbfc73

%37.37
%43.00
%19.62

CMYK Percentages of Color #dbfc73

%13
%0
%54
%1

Triadic Colors of #dbfc73

#dbfc73 #73dbfc #fc73db

Analogous Colors of #dbfc73

#dbfc73 #97fc73 #fcd973

Monochromatic Colors of #dbfc73

#dbfc73

Complementary Color

#dbfc73 #9473fc

#dbfc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfc73 Color CSS Codes

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

#dbfc73 Text Font Color

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

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


#dbfc73 Background Color

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

This div background color is #dbfc73


#dbfc73 Border Color

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

This div border color is #dbfc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfc73

Related Colors


Comments

No comments written yet.

Please login to write comment.