Color Hex Logo

#60ffef Color Hex

#60FFEF
(96,255,239)
0 Favorites   0 Comments

Color spaces of #60ffef

RGB 96255239
HSL0.481.000.69
HSV174°62°100°
CMYK 0.620.000.06   0.00
XYZ56.163980.238894.1888
Yxy80.23880.24360.3480
Hunter Lab89.5761-44.83930.3602
CIE-Lab91.7919-45.0452-4.7169

#60ffef color RGB value is (96,255,239).

#60ffef hex color red value is 96, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #60ffef hue: 0.48 , saturation: 1.00 and the lightness value of 60ffef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111111 11101111
Octal 140 377 357
Decimal 96 255 239
Hex 60 FF EF

RGB Percentages of Color #60ffef

%16.27
%43.22
%40.51

CMYK Percentages of Color #60ffef

%62
%0
%6
%0

Triadic Colors of #60ffef

#60ffef #ef60ff #ffef60

Analogous Colors of #60ffef

#60ffef #60c0ff #60ffa0

Monochromatic Colors of #60ffef

#60ffef

Complementary Color

#60ffef #ff6070

#60ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ffef Color CSS Codes

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

#60ffef Text Font Color

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

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


#60ffef Background Color

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

This div background color is #60ffef


#60ffef Border Color

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

This div border color is #60ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ffef

Related Colors

#60ffef Color Palettes


Comments

No comments written yet.

Please login to write comment.