Color Hex Logo

#60fbee Color Hex

#60FBEE
(96,251,238)
0 Favorites   0 Comments

Color spaces of #60fbee

RGB 96251238
HSL0.490.950.68
HSV175°62°98°
CMYK 0.620.000.05   0.02
XYZ54.753777.654292.9919
Yxy77.65420.24290.3445
Hunter Lab88.1216-43.3032-0.8817
CIE-Lab90.6219-43.5435-5.9235

#60fbee color RGB value is (96,251,238).

#60fbee hex color red value is 96, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #60fbee hue: 0.49 , saturation: 0.95 and the lightness value of 60fbee is 0.68.

The process color (four color CMYK) of #60fbee color hex is 0.62, 0.00, 0.05, 0.02. Web safe color of #60fbee is #66ffff. Color #60fbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111011 11101110
Octal 140 373 356
Decimal 96 251 238
Hex 60 FB EE

RGB Percentages of Color #60fbee

%16.41
%42.91
%40.68

CMYK Percentages of Color #60fbee

%62
%0
%5
%2

Triadic Colors of #60fbee

#60fbee #ee60fb #fbee60

Analogous Colors of #60fbee

#60fbee #60bbfb #60fba1

Monochromatic Colors of #60fbee

#60fbee

Complementary Color

#60fbee #fb606d

#60fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fbee Color CSS Codes

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

#60fbee Text Font Color

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

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


#60fbee Background Color

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

This div background color is #60fbee


#60fbee Border Color

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

This div border color is #60fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fbee


Comments

No comments written yet.

Please login to write comment.