Color Hex Logo

#60febe Color Hex

#60FEBE
(96,254,190)
0 Favorites   0 Comments

Color spaces of #60febe

RGB 96254190
HSL0.430.990.69
HSV156°62°100°
CMYK 0.620.000.25   0.00
XYZ49.559977.088160.9826
Yxy77.08810.26410.4109
Hunter Lab87.7998-52.892820.2792
CIE-Lab90.3621-56.018018.5243

#60febe color RGB value is (96,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111110 10111110
Octal 140 376 276
Decimal 96 254 190
Hex 60 FE BE

RGB Percentages of Color #60febe

%17.78
%47.04
%35.19

CMYK Percentages of Color #60febe

%62
%0
%25
%0

Triadic Colors of #60febe

#60febe #be60fe #febe60

Analogous Colors of #60febe

#60febe #60effe #60fe6f

Monochromatic Colors of #60febe

#60febe

Complementary Color

#60febe #fe60a0

#60febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#60febe Color CSS Codes

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

#60febe Text Font Color

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

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


#60febe Background Color

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

This div background color is #60febe


#60febe Border Color

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

This div border color is #60febe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60febe


Comments

No comments written yet.

Please login to write comment.