Color Hex Logo

#60fbdd Color Hex

#60FBDD
(96,251,221)
0 Favorites   0 Comments

Color spaces of #60fbdd

RGB 96251221
HSL0.470.950.68
HSV168°62°98°
CMYK 0.620.000.12   0.02
XYZ52.372276.701680.4512
Yxy76.70160.25000.3661
Hunter Lab87.5794-46.52176.8413
CIE-Lab90.1841-47.77792.2667

#60fbdd color RGB value is (96,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11111011 11011101
Octal 140 373 335
Decimal 96 251 221
Hex 60 FB DD

RGB Percentages of Color #60fbdd

%16.90
%44.19
%38.91

CMYK Percentages of Color #60fbdd

%62
%0
%12
%2

Triadic Colors of #60fbdd

#60fbdd #dd60fb #fbdd60

Analogous Colors of #60fbdd

#60fbdd #60ccfb #60fb90

Monochromatic Colors of #60fbdd

#60fbdd

Complementary Color

#60fbdd #fb607e

#60fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60fbdd Color CSS Codes

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

#60fbdd Text Font Color

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

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


#60fbdd Background Color

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

This div background color is #60fbdd


#60fbdd Border Color

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

This div border color is #60fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60fbdd


Comments

No comments written yet.

Please login to write comment.