Color Hex Logo

#60fcce Color Hex

#60FCCE
(96,252,206)
0 Favorites   0 Comments

Color spaces of #60fcce

RGB 96252206
HSL0.450.960.68
HSV162°62°99°
CMYK 0.620.000.18   0.01
XYZ50.774976.563870.4947
Yxy76.56380.25670.3870
Hunter Lab87.5007-49.546413.4837
CIE-Lab90.1205-51.71409.9467

#60fcce color RGB value is (96,252,206).

#60fcce hex color red value is 96, green value is 252 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #60fcce hue: 0.45 , saturation: 0.96 and the lightness value of 60fcce is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111100 11001110
Octal 140 374 316
Decimal 96 252 206
Hex 60 FC CE

RGB Percentages of Color #60fcce

%17.33
%45.49
%37.18

CMYK Percentages of Color #60fcce

%62
%0
%18
%1

Triadic Colors of #60fcce

#60fcce #ce60fc #fcce60

Analogous Colors of #60fcce

#60fcce #60dcfc #60fc80

Monochromatic Colors of #60fcce

#60fcce

Complementary Color

#60fcce #fc608e

#60fcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fcce Color CSS Codes

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

#60fcce Text Font Color

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

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


#60fcce Background Color

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

This div background color is #60fcce


#60fcce Border Color

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

This div border color is #60fcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fcce

Related Colors


Comments

No comments written yet.

Please login to write comment.