Color Hex Logo

#72fcbc Color Hex

#72FCBC
(114,252,188)
0 Favorites   0 Comments

Color spaces of #72fcbc

RGB 114252188
HSL0.420.960.72
HSV152°55°99°
CMYK 0.550.000.25   0.01
XYZ50.826976.829159.7276
Yxy76.82910.27120.4100
Hunter Lab87.6522-49.884520.9554
CIE-Lab90.2429-52.103319.4574

#72fcbc color RGB value is (114,252,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111100 10111100
Octal 162 374 274
Decimal 114 252 188
Hex 72 FC BC

RGB Percentages of Color #72fcbc

%20.58
%45.49
%33.94

CMYK Percentages of Color #72fcbc

%55
%0
%25
%1

Triadic Colors of #72fcbc

#72fcbc #bc72fc #fcbc72

Analogous Colors of #72fcbc

#72fcbc #72f7fc #72fc77

Monochromatic Colors of #72fcbc

#72fcbc

Complementary Color

#72fcbc #fc72b2

#72fcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fcbc Color CSS Codes

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

#72fcbc Text Font Color

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

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


#72fcbc Background Color

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

This div background color is #72fcbc


#72fcbc Border Color

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

This div border color is #72fcbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,252,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 #72fcbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fcbc


Comments

No comments written yet.

Please login to write comment.