Color Hex Logo

#60faec Color Hex

#60FAEC
(96,250,236)
0 Favorites   0 Comments

Color spaces of #60faec

RGB 96250236
HSL0.480.940.68
HSV175°62°98°
CMYK 0.620.000.06   0.02
XYZ54.149876.914191.3488
Yxy76.91410.24350.3458
Hunter Lab87.7007-43.2634-0.3658
CIE-Lab90.2821-43.6140-5.3851

#60faec color RGB value is (96,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111010 11101100
Octal 140 372 354
Decimal 96 250 236
Hex 60 FA EC

RGB Percentages of Color #60faec

%16.49
%42.96
%40.55

CMYK Percentages of Color #60faec

%62
%0
%6
%2

Triadic Colors of #60faec

#60faec #ec60fa #faec60

Analogous Colors of #60faec

#60faec #60bbfa #60fa9f

Monochromatic Colors of #60faec

#60faec

Complementary Color

#60faec #fa606e

#60faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#60faec Color CSS Codes

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

#60faec Text Font Color

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

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


#60faec Background Color

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

This div background color is #60faec


#60faec Border Color

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

This div border color is #60faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60faec


Comments

No comments written yet.

Please login to write comment.