Color Hex Logo

#60bfdf Color Hex

#60BFDF
(96,191,223)
0 Favorites   0 Comments

Color spaces of #60bfdf

RGB 96191223
HSL0.540.660.63
HSV195°57°87°
CMYK 0.570.140.00   0.13
XYZ36.774045.076176.5744
Yxy45.07610.23210.2845
Hunter Lab67.1387-19.7227-20.6255
CIE-Lab72.9420-19.0328-24.5089

#60bfdf color RGB value is (96,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111111 11011111
Octal 140 277 337
Decimal 96 191 223
Hex 60 BF DF

RGB Percentages of Color #60bfdf

%18.82
%37.45
%43.73

CMYK Percentages of Color #60bfdf

%57
%14
%0
%13

Triadic Colors of #60bfdf

#60bfdf #df60bf #bfdf60

Analogous Colors of #60bfdf

#60bfdf #6080df #60dfc0

Monochromatic Colors of #60bfdf

#60bfdf

Complementary Color

#60bfdf #df8060

#60bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bfdf Color CSS Codes

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

#60bfdf Text Font Color

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

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


#60bfdf Background Color

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

This div background color is #60bfdf


#60bfdf Border Color

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

This div border color is #60bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bfdf


Comments

No comments written yet.

Please login to write comment.