Color Hex Logo

#60fdde Color Hex

#60FDDE
(96,253,222)
0 Favorites   0 Comments

Color spaces of #60fdde

RGB 96253222
HSL0.470.980.68
HSV168°62°99°
CMYK 0.620.000.12   0.01
XYZ53.134078.011381.3645
Yxy78.01130.25000.3671
Hunter Lab88.3240-47.18497.2086
CIE-Lab90.7851-48.39032.6212

#60fdde color RGB value is (96,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111101 11011110
Octal 140 375 336
Decimal 96 253 222
Hex 60 FD DE

RGB Percentages of Color #60fdde

%16.81
%44.31
%38.88

CMYK Percentages of Color #60fdde

%62
%0
%12
%1

Triadic Colors of #60fdde

#60fdde #de60fd #fdde60

Analogous Colors of #60fdde

#60fdde #60cefd #60fd90

Monochromatic Colors of #60fdde

#60fdde

Complementary Color

#60fdde #fd607f

#60fdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fdde Color CSS Codes

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

#60fdde Text Font Color

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

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


#60fdde Background Color

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

This div background color is #60fdde


#60fdde Border Color

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

This div border color is #60fdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fdde

Related Colors


Comments

No comments written yet.

Please login to write comment.