Color Hex Logo

#60eebe Color Hex

#60EEBE
(96,238,190)
0 Favorites   0 Comments

Color spaces of #60eebe

RGB 96238190
HSL0.440.810.65
HSV160°60°93°
CMYK 0.600.000.20   0.07
XYZ44.692767.353659.3602
Yxy67.35360.26070.3929
Hunter Lab82.0692-46.414914.5644
CIE-Lab85.6822-49.476611.9306

#60eebe color RGB value is (96,238,190).

#60eebe hex color red value is 96, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #60eebe hue: 0.44 , saturation: 0.81 and the lightness value of 60eebe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101110 10111110
Octal 140 356 276
Decimal 96 238 190
Hex 60 EE BE

RGB Percentages of Color #60eebe

%18.32
%45.42
%36.26

CMYK Percentages of Color #60eebe

%60
%0
%20
%7

Triadic Colors of #60eebe

#60eebe #be60ee #eebe60

Analogous Colors of #60eebe

#60eebe #60d7ee #60ee77

Monochromatic Colors of #60eebe

#60eebe

Complementary Color

#60eebe #ee6090

#60eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#60eebe Color CSS Codes

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

#60eebe Text Font Color

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

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


#60eebe Background Color

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

This div background color is #60eebe


#60eebe Border Color

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

This div border color is #60eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60eebe


Comments

No comments written yet.

Please login to write comment.