Color Hex Logo

#60ffbe Color Hex

#60FFBE
(96,255,190)
0 Favorites   0 Comments

Color spaces of #60ffbe

RGB 96255190
HSL0.431.000.69
HSV155°62°100°
CMYK 0.620.000.25   0.00
XYZ49.878177.724561.0887
Yxy77.72450.26430.4119
Hunter Lab88.1615-53.294820.6299
CIE-Lab90.6540-56.416718.9320

#60ffbe color RGB value is (96,255,190).

#60ffbe hex color red value is 96, green value is 255 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #60ffbe hue: 0.43 , saturation: 1.00 and the lightness value of 60ffbe is 0.69.

The process color (four color CMYK) of #60ffbe color hex is 0.62, 0.00, 0.25, 0.00. Web safe color of #60ffbe is #66ffcc. Color #60ffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111111 10111110
Octal 140 377 276
Decimal 96 255 190
Hex 60 FF BE

RGB Percentages of Color #60ffbe

%17.74
%47.13
%35.12

CMYK Percentages of Color #60ffbe

%62
%0
%25
%0

Triadic Colors of #60ffbe

#60ffbe #be60ff #ffbe60

Analogous Colors of #60ffbe

#60ffbe #60f1ff #60ff6f

Monochromatic Colors of #60ffbe

#60ffbe

Complementary Color

#60ffbe #ff60a1

#60ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ffbe Color CSS Codes

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

#60ffbe Text Font Color

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

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


#60ffbe Background Color

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

This div background color is #60ffbe


#60ffbe Border Color

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

This div border color is #60ffbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,255,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 #60ffbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ffbe


Comments

No comments written yet.

Please login to write comment.