Color Hex Logo

#60cebb Color Hex

#60CEBB
(96,206,187)
0 Favorites   0 Comments

Color spaces of #60cebb

RGB 96206187
HSL0.470.530.59
HSV170°53°81°
CMYK 0.530.000.09   0.19
XYZ35.864850.217354.8163
Yxy50.21730.25450.3564
Hunter Lab70.8642-33.67233.7417
CIE-Lab76.2024-36.1143-0.1338

#60cebb color RGB value is (96,206,187).

#60cebb hex color red value is 96, green value is 206 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #60cebb hue: 0.47 , saturation: 0.53 and the lightness value of 60cebb is 0.59.

The process color (four color CMYK) of #60cebb color hex is 0.53, 0.00, 0.09, 0.19. Web safe color of #60cebb is #66cccc. Color #60cebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001110 10111011
Octal 140 316 273
Decimal 96 206 187
Hex 60 CE BB

RGB Percentages of Color #60cebb

%19.63
%42.13
%38.24

CMYK Percentages of Color #60cebb

%53
%0
%9
%19

Triadic Colors of #60cebb

#60cebb #bb60ce #cebb60

Analogous Colors of #60cebb

#60cebb #60aace #60ce84

Monochromatic Colors of #60cebb

#60cebb

Complementary Color

#60cebb #ce6073

#60cebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cebb Color CSS Codes

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

#60cebb Text Font Color

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

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


#60cebb Background Color

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

This div background color is #60cebb


#60cebb Border Color

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

This div border color is #60cebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cebb


Comments

No comments written yet.

Please login to write comment.