Color Hex Logo

#72fcbe Color Hex

#72FCBE
(114,252,190)
0 Favorites   0 Comments

Color spaces of #72fcbe

RGB 114252190
HSL0.430.960.72
HSV153°55°99°
CMYK 0.550.000.25   0.01
XYZ51.044176.915960.8712
Yxy76.91590.27030.4073
Hunter Lab87.7017-49.587520.2397
CIE-Lab90.2829-51.698418.4881

#72fcbe color RGB value is (114,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111100 10111110
Octal 162 374 276
Decimal 114 252 190
Hex 72 FC BE

RGB Percentages of Color #72fcbe

%20.50
%45.32
%34.17

CMYK Percentages of Color #72fcbe

%55
%0
%25
%1

Triadic Colors of #72fcbe

#72fcbe #be72fc #fcbe72

Analogous Colors of #72fcbe

#72fcbe #72f5fc #72fc79

Monochromatic Colors of #72fcbe

#72fcbe

Complementary Color

#72fcbe #fc72b0

#72fcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fcbe Color CSS Codes

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

#72fcbe Text Font Color

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

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


#72fcbe Background Color

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

This div background color is #72fcbe


#72fcbe Border Color

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

This div border color is #72fcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fcbe


Comments

No comments written yet.

Please login to write comment.