Color Hex Logo

#60fdeb Color Hex

#60FDEB
(96,253,235)
0 Favorites   0 Comments

Color spaces of #60fdeb

RGB 96253235
HSL0.480.980.68
HSV173°62°99°
CMYK 0.620.000.07   0.01
XYZ54.944578.735590.8989
Yxy78.73550.24470.3506
Hunter Lab88.7330-44.75361.3759
CIE-Lab91.1145-45.1841-3.6397

#60fdeb color RGB value is (96,253,235).

#60fdeb hex color red value is 96, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #60fdeb hue: 0.48 , saturation: 0.98 and the lightness value of 60fdeb is 0.68.

The process color (four color CMYK) of #60fdeb color hex is 0.62, 0.00, 0.07, 0.01. Web safe color of #60fdeb is #66ffff. Color #60fdeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111101 11101011
Octal 140 375 353
Decimal 96 253 235
Hex 60 FD EB

RGB Percentages of Color #60fdeb

%16.44
%43.32
%40.24

CMYK Percentages of Color #60fdeb

%62
%0
%7
%1

Triadic Colors of #60fdeb

#60fdeb #eb60fd #fdeb60

Analogous Colors of #60fdeb

#60fdeb #60c1fd #60fd9d

Monochromatic Colors of #60fdeb

#60fdeb

Complementary Color

#60fdeb #fd6072

#60fdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fdeb Color CSS Codes

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

#60fdeb Text Font Color

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

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


#60fdeb Background Color

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

This div background color is #60fdeb


#60fdeb Border Color

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

This div border color is #60fdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fdeb

Related Colors


Comments

No comments written yet.

Please login to write comment.