Color Hex Logo

#60febf Color Hex

#60FEBF
(96,254,191)
0 Favorites   0 Comments

Color spaces of #60febf

RGB 96254191
HSL0.430.990.69
HSV156°62°100°
CMYK 0.620.000.25   0.00
XYZ49.669777.132061.5603
Yxy77.13200.26370.4095
Hunter Lab87.8248-52.742019.9184
CIE-Lab90.3823-55.808018.0401

#60febf color RGB value is (96,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111110 10111111
Octal 140 376 277
Decimal 96 254 191
Hex 60 FE BF

RGB Percentages of Color #60febf

%17.74
%46.95
%35.30

CMYK Percentages of Color #60febf

%62
%0
%25
%0

Triadic Colors of #60febf

#60febf #bf60fe #febf60

Analogous Colors of #60febf

#60febf #60eefe #60fe70

Monochromatic Colors of #60febf

#60febf

Complementary Color

#60febf #fe609f

#60febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60febf Color CSS Codes

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

#60febf Text Font Color

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

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


#60febf Background Color

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

This div background color is #60febf


#60febf Border Color

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

This div border color is #60febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60febf


Comments

No comments written yet.

Please login to write comment.