Color Hex Logo

#60fdca Color Hex

#60FDCA
(96,253,202)
0 Favorites   0 Comments

Color spaces of #60fdca

RGB 96253202
HSL0.450.980.68
HSV161°62°99°
CMYK 0.620.000.20   0.01
XYZ50.609877.001668.0725
Yxy77.00160.25860.3935
Hunter Lab87.7506-50.614315.4312
CIE-Lab90.3224-53.024412.2995

#60fdca color RGB value is (96,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111101 11001010
Octal 140 375 312
Decimal 96 253 202
Hex 60 FD CA

RGB Percentages of Color #60fdca

%17.42
%45.92
%36.66

CMYK Percentages of Color #60fdca

%62
%0
%20
%1

Triadic Colors of #60fdca

#60fdca #ca60fd #fdca60

Analogous Colors of #60fdca

#60fdca #60e2fd #60fd7c

Monochromatic Colors of #60fdca

#60fdca

Complementary Color

#60fdca #fd6093

#60fdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fdca Color CSS Codes

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

#60fdca Text Font Color

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

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


#60fdca Background Color

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

This div background color is #60fdca


#60fdca Border Color

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

This div border color is #60fdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fdca


Comments

No comments written yet.

Please login to write comment.