Color Hex Logo

#60eefe Color Hex

#60EEFE
(96,238,254)
0 Favorites   0 Comments

Color spaces of #60eefe

RGB 96238254
HSL0.520.990.69
HSV186°62°100°
CMYK 0.620.060.00   0.00
XYZ53.287870.7916104.6215
Yxy70.79160.23300.3095
Hunter Lab84.1377-34.1899-14.8280
CIE-Lab87.3837-33.3321-19.1083

#60eefe color RGB value is (96,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101110 11111110
Octal 140 356 376
Decimal 96 238 254
Hex 60 EE FE

RGB Percentages of Color #60eefe

%16.33
%40.48
%43.20

CMYK Percentages of Color #60eefe

%62
%6
%0
%0

Triadic Colors of #60eefe

#60eefe #fe60ee #eefe60

Analogous Colors of #60eefe

#60eefe #609ffe #60febf

Monochromatic Colors of #60eefe

#60eefe

Complementary Color

#60eefe #fe7060

#60eefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60eefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#60eefe Color CSS Codes

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

#60eefe Text Font Color

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

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


#60eefe Background Color

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

This div background color is #60eefe


#60eefe Border Color

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

This div border color is #60eefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60eefe


Comments

No comments written yet.

Please login to write comment.