Color Hex Logo

#72fcbb Color Hex

#72FCBB
(114,252,187)
0 Favorites   0 Comments

Color spaces of #72fcbb

RGB 114252187
HSL0.420.960.72
HSV152°55°99°
CMYK 0.550.000.26   0.01
XYZ50.719576.786159.1617
Yxy76.78610.27170.4114
Hunter Lab87.6277-50.031421.3098
CIE-Lab90.2231-52.303919.9420

#72fcbb color RGB value is (114,252,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111100 10111011
Octal 162 374 273
Decimal 114 252 187
Hex 72 FC BB

RGB Percentages of Color #72fcbb

%20.61
%45.57
%33.82

CMYK Percentages of Color #72fcbb

%55
%0
%26
%1

Triadic Colors of #72fcbb

#72fcbb #bb72fc #fcbb72

Analogous Colors of #72fcbb

#72fcbb #72f8fc #72fc76

Monochromatic Colors of #72fcbb

#72fcbb

Complementary Color

#72fcbb #fc72b3

#72fcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fcbb Color CSS Codes

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

#72fcbb Text Font Color

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

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


#72fcbb Background Color

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

This div background color is #72fcbb


#72fcbb Border Color

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

This div border color is #72fcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fcbb


Comments

No comments written yet.

Please login to write comment.