Color Hex Logo

#73febf Color Hex

#73FEBF
(115,254,191)
0 Favorites   0 Comments

Color spaces of #73febf

RGB 115254191
HSL0.420.990.72
HSV153°55°100°
CMYK 0.550.000.25   0.00
XYZ51.916078.290061.6654
Yxy78.29000.27060.4080
Hunter Lab88.4816-50.109220.6162
CIE-Lab90.9121-52.109418.8594

#73febf color RGB value is (115,254,191).

#73febf hex color red value is 115, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #73febf hue: 0.42 , saturation: 0.99 and the lightness value of 73febf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111110 10111111
Octal 163 376 277
Decimal 115 254 191
Hex 73 FE BF

RGB Percentages of Color #73febf

%20.54
%45.36
%34.11

CMYK Percentages of Color #73febf

%55
%0
%25
%0

Triadic Colors of #73febf

#73febf #bf73fe #febf73

Analogous Colors of #73febf

#73febf #73f8fe #73fe7a

Monochromatic Colors of #73febf

#73febf

Complementary Color

#73febf #fe73b2

#73febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73febf Color CSS Codes

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

#73febf Text Font Color

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

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


#73febf Background Color

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

This div background color is #73febf


#73febf Border Color

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

This div border color is #73febf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,254,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73febf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73febf;
  -webkit-box-shadow: 1px 1px 3px 2px #73febf;
  box-shadow:         1px 1px 3px 2px #73febf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,254,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73febf


Comments

No comments written yet.

Please login to write comment.