Color Hex Logo

#73cebf Color Hex

#73CEBF
(115,206,191)
0 Favorites   0 Comments

Color spaces of #73cebf

RGB 115206191
HSL0.470.480.63
HSV170°44°81°
CMYK 0.440.000.07   0.19
XYZ38.545551.549057.2086
Yxy51.54900.26170.3500
Hunter Lab71.7976-29.81583.0159
CIE-Lab77.0104-30.8102-1.0225

#73cebf color RGB value is (115,206,191).

#73cebf hex color red value is 115, green value is 206 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #73cebf hue: 0.47 , saturation: 0.48 and the lightness value of 73cebf is 0.63.

The process color (four color CMYK) of #73cebf color hex is 0.44, 0.00, 0.07, 0.19. Web safe color of #73cebf is #66cccc. Color #73cebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001110 10111111
Octal 163 316 277
Decimal 115 206 191
Hex 73 CE BF

RGB Percentages of Color #73cebf

%22.46
%40.23
%37.30

CMYK Percentages of Color #73cebf

%44
%0
%7
%19

Triadic Colors of #73cebf

#73cebf #bf73ce #cebf73

Analogous Colors of #73cebf

#73cebf #73b0ce #73ce92

Monochromatic Colors of #73cebf

#73cebf

Complementary Color

#73cebf #ce7382

#73cebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cebf Color CSS Codes

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

#73cebf Text Font Color

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

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


#73cebf Background Color

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

This div background color is #73cebf


#73cebf Border Color

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

This div border color is #73cebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cebf


Comments

No comments written yet.

Please login to write comment.