Color Hex Logo

#60fcbd Color Hex

#60FCBD
(96,252,189)
0 Favorites   0 Comments

Color spaces of #60fcbd

RGB 96252189
HSL0.430.960.68
HSV156°62°99°
CMYK 0.620.000.25   0.01
XYZ48.819675.781760.1984
Yxy75.78170.26420.4101
Hunter Lab87.0527-52.238519.9368
CIE-Lab89.7579-55.427318.1922

#60fcbd color RGB value is (96,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111100 10111101
Octal 140 374 275
Decimal 96 252 189
Hex 60 FC BD

RGB Percentages of Color #60fcbd

%17.88
%46.93
%35.20

CMYK Percentages of Color #60fcbd

%62
%0
%25
%1

Triadic Colors of #60fcbd

#60fcbd #bd60fc #fcbd60

Analogous Colors of #60fcbd

#60fcbd #60edfc #60fc6f

Monochromatic Colors of #60fcbd

#60fcbd

Complementary Color

#60fcbd #fc609f

#60fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fcbd Color CSS Codes

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

#60fcbd Text Font Color

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

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


#60fcbd Background Color

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

This div background color is #60fcbd


#60fcbd Border Color

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

This div border color is #60fcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.