Color Hex Logo

#60ffee Color Hex

#60FFEE
(96,255,238)
0 Favorites   0 Comments

Color spaces of #60ffee

RGB 96255238
HSL0.481.000.69
HSV174°62°100°
CMYK 0.620.000.07   0.00
XYZ56.016580.179893.4128
Yxy80.17980.24400.3492
Hunter Lab89.5432-45.03440.8280
CIE-Lab91.7655-45.2987-4.2376

#60ffee color RGB value is (96,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111111 11101110
Octal 140 377 356
Decimal 96 255 238
Hex 60 FF EE

RGB Percentages of Color #60ffee

%16.30
%43.29
%40.41

CMYK Percentages of Color #60ffee

%62
%0
%7
%0

Triadic Colors of #60ffee

#60ffee #ee60ff #ffee60

Analogous Colors of #60ffee

#60ffee #60c1ff #60ff9f

Monochromatic Colors of #60ffee

#60ffee

Complementary Color

#60ffee #ff6071

#60ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ffee Color CSS Codes

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

#60ffee Text Font Color

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

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


#60ffee Background Color

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

This div background color is #60ffee


#60ffee Border Color

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

This div border color is #60ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ffee

Related Colors


Comments

No comments written yet.

Please login to write comment.