Color Hex Logo

#60bfdd Color Hex

#60BFDD
(96,191,221)
0 Favorites   0 Comments

Color spaces of #60bfdd

RGB 96191221
HSL0.540.650.62
HSV194°57°87°
CMYK 0.570.140.00   0.13
XYZ36.505844.968975.1624
Yxy44.96890.23310.2871
Hunter Lab67.0589-20.1804-19.5135
CIE-Lab72.8714-19.6166-23.5305

#60bfdd color RGB value is (96,191,221).

#60bfdd hex color red value is 96, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #60bfdd hue: 0.54 , saturation: 0.65 and the lightness value of 60bfdd is 0.62.

The process color (four color CMYK) of #60bfdd color hex is 0.57, 0.14, 0.00, 0.13. Web safe color of #60bfdd is #66cccc. Color #60bfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111111 11011101
Octal 140 277 335
Decimal 96 191 221
Hex 60 BF DD

RGB Percentages of Color #60bfdd

%18.90
%37.60
%43.50

CMYK Percentages of Color #60bfdd

%57
%14
%0
%13

Triadic Colors of #60bfdd

#60bfdd #dd60bf #bfdd60

Analogous Colors of #60bfdd

#60bfdd #6081dd #60ddbd

Monochromatic Colors of #60bfdd

#60bfdd

Complementary Color

#60bfdd #dd7e60

#60bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bfdd Color CSS Codes

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

#60bfdd Text Font Color

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

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


#60bfdd Background Color

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

This div background color is #60bfdd


#60bfdd Border Color

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

This div border color is #60bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bfdd


Comments

No comments written yet.

Please login to write comment.