Color Hex Logo

#60fadf Color Hex

#60FADF
(96,250,223)
0 Favorites   0 Comments

Color spaces of #60fadf

RGB 96250223
HSL0.470.940.68
HSV169°62°98°
CMYK 0.620.000.11   0.02
XYZ52.328876.185781.7593
Yxy76.18570.24890.3623
Hunter Lab87.2844-45.73335.5622
CIE-Lab89.9455-46.86270.8806

#60fadf color RGB value is (96,250,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111010 11011111
Octal 140 372 337
Decimal 96 250 223
Hex 60 FA DF

RGB Percentages of Color #60fadf

%16.87
%43.94
%39.19

CMYK Percentages of Color #60fadf

%62
%0
%11
%2

Triadic Colors of #60fadf

#60fadf #df60fa #fadf60

Analogous Colors of #60fadf

#60fadf #60c8fa #60fa92

Monochromatic Colors of #60fadf

#60fadf

Complementary Color

#60fadf #fa607b

#60fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fadf Color CSS Codes

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

#60fadf Text Font Color

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

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


#60fadf Background Color

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

This div background color is #60fadf


#60fadf Border Color

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

This div border color is #60fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fadf

Related Colors


Comments

No comments written yet.

Please login to write comment.