Color Hex Logo

#60fbed Color Hex

#60FBED
(96,251,237)
0 Favorites   0 Comments

Color spaces of #60fbed

RGB 96251237
HSL0.480.950.68
HSV175°62°98°
CMYK 0.620.000.06   0.02
XYZ54.607177.595692.2201
Yxy77.59560.24330.3458
Hunter Lab88.0884-43.5002-0.4091
CIE-Lab90.5950-43.7995-5.4433

#60fbed color RGB value is (96,251,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111011 11101101
Octal 140 373 355
Decimal 96 251 237
Hex 60 FB ED

RGB Percentages of Color #60fbed

%16.44
%42.98
%40.58

CMYK Percentages of Color #60fbed

%62
%0
%6
%2

Triadic Colors of #60fbed

#60fbed #ed60fb #fbed60

Analogous Colors of #60fbed

#60fbed #60bcfb #60fba0

Monochromatic Colors of #60fbed

#60fbed

Complementary Color

#60fbed #fb606e

#60fbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fbed Color CSS Codes

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

#60fbed Text Font Color

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

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


#60fbed Background Color

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

This div background color is #60fbed


#60fbed Border Color

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

This div border color is #60fbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fbed


Comments

No comments written yet.

Please login to write comment.