Color Hex Logo

#73fbea Color Hex

#73FBEA
(115,251,234)
0 Favorites   0 Comments

Color spaces of #73fbea

RGB 115251234
HSL0.480.940.72
HSV173°54°98°
CMYK 0.540.000.07   0.02
XYZ56.418778.579790.0357
Yxy78.57970.25070.3492
Hunter Lab88.6452-41.52181.8316
CIE-Lab91.0438-41.1871-3.1636

#73fbea color RGB value is (115,251,234).

#73fbea hex color red value is 115, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #73fbea hue: 0.48 , saturation: 0.94 and the lightness value of 73fbea is 0.72.

The process color (four color CMYK) of #73fbea color hex is 0.54, 0.00, 0.07, 0.02. Web safe color of #73fbea is #66ffff. Color #73fbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111011 11101010
Octal 163 373 352
Decimal 115 251 234
Hex 73 FB EA

RGB Percentages of Color #73fbea

%19.17
%41.83
%39.00

CMYK Percentages of Color #73fbea

%54
%0
%7
%2

Triadic Colors of #73fbea

#73fbea #ea73fb #fbea73

Analogous Colors of #73fbea

#73fbea #73c8fb #73fba6

Monochromatic Colors of #73fbea

#73fbea

Complementary Color

#73fbea #fb7384

#73fbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73fbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#73fbea Color CSS Codes

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

#73fbea Text Font Color

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

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


#73fbea Background Color

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

This div background color is #73fbea


#73fbea Border Color

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

This div border color is #73fbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73fbea


Comments

No comments written yet.

Please login to write comment.