Color Hex Logo

#72fdbc Color Hex

#72FDBC
(114,253,188)
0 Favorites   0 Comments

Color spaces of #72fdbc

RGB 114253188
HSL0.420.970.72
HSV152°55°99°
CMYK 0.550.000.26   0.01
XYZ51.141877.458859.8325
Yxy77.45880.27140.4111
Hunter Lab88.0107-50.294821.3002
CIE-Lab90.5324-52.514619.8607

#72fdbc color RGB value is (114,253,188).

#72fdbc hex color red value is 114, green value is 253 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #72fdbc hue: 0.42 , saturation: 0.97 and the lightness value of 72fdbc is 0.72.

The process color (four color CMYK) of #72fdbc color hex is 0.55, 0.00, 0.26, 0.01. Web safe color of #72fdbc is #66ffcc. Color #72fdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111101 10111100
Octal 162 375 274
Decimal 114 253 188
Hex 72 FD BC

RGB Percentages of Color #72fdbc

%20.54
%45.59
%33.87

CMYK Percentages of Color #72fdbc

%55
%0
%26
%1

Triadic Colors of #72fdbc

#72fdbc #bc72fd #fdbc72

Analogous Colors of #72fdbc

#72fdbc #72f9fd #72fd77

Monochromatic Colors of #72fdbc

#72fdbc

Complementary Color

#72fdbc #fd72b3

#72fdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fdbc Color CSS Codes

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

#72fdbc Text Font Color

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

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


#72fdbc Background Color

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

This div background color is #72fdbc


#72fdbc Border Color

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

This div border color is #72fdbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,253,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72fdbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72fdbc;
  -webkit-box-shadow: 1px 1px 3px 2px #72fdbc;
  box-shadow:         1px 1px 3px 2px #72fdbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fdbc


Comments

No comments written yet.

Please login to write comment.