Color Hex Logo

#60efbf Color Hex

#60EFBF
(96,239,191)
0 Favorites   0 Comments

Color spaces of #60efbf

RGB 96239191
HSL0.440.820.66
HSV160°60°94°
CMYK 0.600.000.20   0.06
XYZ45.094367.981460.0352
Yxy67.98140.26050.3927
Hunter Lab82.4508-46.663114.5446
CIE-Lab85.9971-49.673011.8566

#60efbf color RGB value is (96,239,191).

#60efbf hex color red value is 96, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #60efbf hue: 0.44 , saturation: 0.82 and the lightness value of 60efbf is 0.66.

The process color (four color CMYK) of #60efbf color hex is 0.60, 0.00, 0.20, 0.06. Web safe color of #60efbf is #66ffcc. Color #60efbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101111 10111111
Octal 140 357 277
Decimal 96 239 191
Hex 60 EF BF

RGB Percentages of Color #60efbf

%18.25
%45.44
%36.31

CMYK Percentages of Color #60efbf

%60
%0
%20
%6

Triadic Colors of #60efbf

#60efbf #bf60ef #efbf60

Analogous Colors of #60efbf

#60efbf #60d8ef #60ef78

Monochromatic Colors of #60efbf

#60efbf

Complementary Color

#60efbf #ef6090

#60efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60efbf Color CSS Codes

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

#60efbf Text Font Color

<p style="color:#60efbf">Text here</p>

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


#60efbf Background Color

<div style="background-color:#60efbf">
Div content here</div>

This div background color is #60efbf


#60efbf Border Color

<div style="border:3px solid #60efbf">
Div here</div>

This div border color is #60efbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,239,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60efbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60efbf;
  -webkit-box-shadow: 1px 1px 3px 2px #60efbf;
  box-shadow:         1px 1px 3px 2px #60efbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,239,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 #60efbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60efbf


Comments

No comments written yet.

Please login to write comment.