Color Hex Logo

#73eece Color Hex

#73EECE
(115,238,206)
0 Favorites   0 Comments

Color spaces of #73eece

RGB 115238206
HSL0.460.780.69
HSV164°52°93°
CMYK 0.520.000.13   0.07
XYZ48.785369.250169.1879
Yxy69.25010.26060.3699
Hunter Lab83.2166-40.98458.9568
CIE-Lab86.6277-42.02915.0005

#73eece color RGB value is (115,238,206).

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

The process color (four color CMYK) of #73eece color hex is 0.52, 0.00, 0.13, 0.07. Web safe color of #73eece is #66ffcc. Color #73eece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101110 11001110
Octal 163 356 316
Decimal 115 238 206
Hex 73 EE CE

RGB Percentages of Color #73eece

%20.57
%42.58
%36.85

CMYK Percentages of Color #73eece

%52
%0
%13
%7

Triadic Colors of #73eece

#73eece #ce73ee #eece73

Analogous Colors of #73eece

#73eece #73d1ee #73ee91

Monochromatic Colors of #73eece

#73eece

Complementary Color

#73eece #ee7393

#73eece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73eece Color Preview on White Background

Lorem ipsum dolor sit amet.

#73eece Color CSS Codes

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

#73eece Text Font Color

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

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


#73eece Background Color

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

This div background color is #73eece


#73eece Border Color

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

This div border color is #73eece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73eece


Comments

No comments written yet.

Please login to write comment.