Color Hex Logo

#73febe Color Hex

#73FEBE
(115,254,190)
0 Favorites   0 Comments

Color spaces of #73febe

RGB 115254190
HSL0.420.990.72
HSV152°55°100°
CMYK 0.550.000.25   0.00
XYZ51.806378.246261.0877
Yxy78.24620.27100.4094
Hunter Lab88.4569-50.257920.9746
CIE-Lab90.8921-52.311619.3434

#73febe color RGB value is (115,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111110 10111110
Octal 163 376 276
Decimal 115 254 190
Hex 73 FE BE

RGB Percentages of Color #73febe

%20.57
%45.44
%33.99

CMYK Percentages of Color #73febe

%55
%0
%25
%0

Triadic Colors of #73febe

#73febe #be73fe #febe73

Analogous Colors of #73febe

#73febe #73f9fe #73fe79

Monochromatic Colors of #73febe

#73febe

Complementary Color

#73febe #fe73b3

#73febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#73febe Color CSS Codes

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

#73febe Text Font Color

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

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


#73febe Background Color

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

This div background color is #73febe


#73febe Border Color

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

This div border color is #73febe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,254,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 #73febe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73febe


Comments

No comments written yet.

Please login to write comment.