Color Hex Logo

#60ebbf Color Hex

#60EBBF
(96,235,191)
0 Favorites   0 Comments

Color spaces of #60ebbf

RGB 96235191
HSL0.450.780.65
HSV161°59°92°
CMYK 0.590.000.19   0.08
XYZ43.936265.665059.6492
Yxy65.66500.25960.3880
Hunter Lab81.0339-45.027613.0803
CIE-Lab84.8252-47.989110.1883

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101011 10111111
Octal 140 353 277
Decimal 96 235 191
Hex 60 EB BF

RGB Percentages of Color #60ebbf

%18.39
%45.02
%36.59

CMYK Percentages of Color #60ebbf

%59
%0
%19
%8

Triadic Colors of #60ebbf

#60ebbf #bf60eb #ebbf60

Analogous Colors of #60ebbf

#60ebbf #60d2eb #60eb7a

Monochromatic Colors of #60ebbf

#60ebbf

Complementary Color

#60ebbf #eb608c

#60ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ebbf Color CSS Codes

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

#60ebbf Text Font Color

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

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


#60ebbf Background Color

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

This div background color is #60ebbf


#60ebbf Border Color

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

This div border color is #60ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ebbf


Comments

No comments written yet.

Please login to write comment.