Color Hex Logo

#60eeba Color Hex

#60EEBA
(96,238,186)
0 Favorites   0 Comments

Color spaces of #60eeba

RGB 96238186
HSL0.440.810.65
HSV158°60°93°
CMYK 0.600.000.22   0.07
XYZ44.261367.181057.0888
Yxy67.18100.26260.3986
Hunter Lab81.9640-47.045416.0787
CIE-Lab85.5953-50.356913.8918

#60eeba color RGB value is (96,238,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101110 10111010
Octal 140 356 272
Decimal 96 238 186
Hex 60 EE BA

RGB Percentages of Color #60eeba

%18.46
%45.77
%35.77

CMYK Percentages of Color #60eeba

%60
%0
%22
%7

Triadic Colors of #60eeba

#60eeba #ba60ee #eeba60

Analogous Colors of #60eeba

#60eeba #60dbee #60ee73

Monochromatic Colors of #60eeba

#60eeba

Complementary Color

#60eeba #ee6094

#60eeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60eeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#60eeba Color CSS Codes

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

#60eeba Text Font Color

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

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


#60eeba Background Color

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

This div background color is #60eeba


#60eeba Border Color

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

This div border color is #60eeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60eeba


Comments

No comments written yet.

Please login to write comment.