Color Hex Logo

#73ebce Color Hex

#73EBCE
(115,235,206)
0 Favorites   0 Comments

Color spaces of #73ebce

RGB 115235206
HSL0.460.750.69
HSV166°51°92°
CMYK 0.510.000.12   0.08
XYZ47.919167.517768.8991
Yxy67.51770.26000.3663
Hunter Lab82.1692-39.69917.8036
CIE-Lab85.7647-40.69263.7521

#73ebce color RGB value is (115,235,206).

#73ebce hex color red value is 115, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #73ebce hue: 0.46 , saturation: 0.75 and the lightness value of 73ebce is 0.69.

The process color (four color CMYK) of #73ebce color hex is 0.51, 0.00, 0.12, 0.08. Web safe color of #73ebce is #66ffcc. Color #73ebce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101011 11001110
Octal 163 353 316
Decimal 115 235 206
Hex 73 EB CE

RGB Percentages of Color #73ebce

%20.68
%42.27
%37.05

CMYK Percentages of Color #73ebce

%51
%0
%12
%8

Triadic Colors of #73ebce

#73ebce #ce73eb #ebce73

Analogous Colors of #73ebce

#73ebce #73cceb #73eb92

Monochromatic Colors of #73ebce

#73ebce

Complementary Color

#73ebce #eb7390

#73ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ebce Color CSS Codes

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

#73ebce Text Font Color

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

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


#73ebce Background Color

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

This div background color is #73ebce


#73ebce Border Color

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

This div border color is #73ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ebce


Comments

No comments written yet.

Please login to write comment.