Color Hex Logo

#dbfc72 Color Hex

#DBFC72
(219,252,114)
0 Favorites   0 Comments

Color spaces of #dbfc72

RGB 219252114
HSL0.210.960.72
HSV74°55°99°
CMYK 0.130.000.55   0.01
XYZ67.061185.895828.9646
Yxy85.89580.36860.4722
Hunter Lab92.6800-33.031546.3465
CIE-Lab94.2678-30.168461.4898

#dbfc72 color RGB value is (219,252,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 01110010
Octal 333 374 162
Decimal 219 252 114
Hex DB FC 72

RGB Percentages of Color #dbfc72

%37.44
%43.08
%19.49

CMYK Percentages of Color #dbfc72

%13
%0
%55
%1

Triadic Colors of #dbfc72

#dbfc72 #72dbfc #fc72db

Analogous Colors of #dbfc72

#dbfc72 #96fc72 #fcd872

Monochromatic Colors of #dbfc72

#dbfc72

Complementary Color

#dbfc72 #9372fc

#dbfc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfc72 Color CSS Codes

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

#dbfc72 Text Font Color

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

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


#dbfc72 Background Color

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

This div background color is #dbfc72


#dbfc72 Border Color

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

This div border color is #dbfc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfc72


Comments

No comments written yet.

Please login to write comment.