Color Hex Logo

#60ebeb Color Hex

#60EBEB
(96,235,235)
0 Favorites   0 Comments

Color spaces of #60ebeb

RGB 96235235
HSL0.500.780.65
HSV180°59°92°
CMYK 0.590.000.00   0.08
XYZ49.527667.901689.0932
Yxy67.90160.23980.3288
Hunter Lab82.4024-36.9176-6.4224
CIE-Lab85.9572-37.1187-11.2762

#60ebeb color RGB value is (96,235,235).

#60ebeb hex color red value is 96, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #60ebeb hue: 0.50 , saturation: 0.78 and the lightness value of 60ebeb is 0.65.

The process color (four color CMYK) of #60ebeb color hex is 0.59, 0.00, 0.00, 0.08. Web safe color of #60ebeb is #66ffff. Color #60ebeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101011 11101011
Octal 140 353 353
Decimal 96 235 235
Hex 60 EB EB

RGB Percentages of Color #60ebeb

%16.96
%41.52
%41.52

CMYK Percentages of Color #60ebeb

%59
%0
%0
%8

Triadic Colors of #60ebeb

#60ebeb #eb60eb #ebeb60

Analogous Colors of #60ebeb

#60ebeb #60a6eb #60eba6

Monochromatic Colors of #60ebeb

#60ebeb

Complementary Color

#60ebeb #eb6060

#60ebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ebeb Color CSS Codes

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

#60ebeb Text Font Color

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

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


#60ebeb Background Color

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

This div background color is #60ebeb


#60ebeb Border Color

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

This div border color is #60ebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ebeb


Comments

No comments written yet.

Please login to write comment.