Color Hex Logo

#60faed Color Hex

#60FAED
(96,250,237)
0 Favorites   0 Comments

Color spaces of #60faed

RGB 96250237
HSL0.490.940.68
HSV175°62°98°
CMYK 0.620.000.05   0.02
XYZ54.295576.972492.1163
Yxy76.97240.24310.3446
Hunter Lab87.7339-43.0668-0.8378
CIE-Lab90.3089-43.3583-5.8657

#60faed color RGB value is (96,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111010 11101101
Octal 140 372 355
Decimal 96 250 237
Hex 60 FA ED

RGB Percentages of Color #60faed

%16.47
%42.88
%40.65

CMYK Percentages of Color #60faed

%62
%0
%5
%2

Triadic Colors of #60faed

#60faed #ed60fa #faed60

Analogous Colors of #60faed

#60faed #60bafa #60faa0

Monochromatic Colors of #60faed

#60faed

Complementary Color

#60faed #fa606d

#60faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#60faed Color CSS Codes

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

#60faed Text Font Color

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

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


#60faed Background Color

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

This div background color is #60faed


#60faed Border Color

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

This div border color is #60faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60faed


Comments

No comments written yet.

Please login to write comment.