Color Hex Logo

#60cbeb Color Hex

#60CBEB
(96,203,235)
0 Favorites   0 Comments

Color spaces of #60cbeb

RGB 96203235
HSL0.540.780.65
HSV194°59°92°
CMYK 0.590.140.00   0.08
XYZ41.175251.196886.3091
Yxy51.19680.23040.2865
Hunter Lab71.5519-22.4965-21.4319
CIE-Lab76.7981-21.6631-25.0987

#60cbeb color RGB value is (96,203,235).

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

The process color (four color CMYK) of #60cbeb color hex is 0.59, 0.14, 0.00, 0.08. Web safe color of #60cbeb is #66ccff. Color #60cbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001011 11101011
Octal 140 313 353
Decimal 96 203 235
Hex 60 CB EB

RGB Percentages of Color #60cbeb

%17.98
%38.01
%44.01

CMYK Percentages of Color #60cbeb

%59
%14
%0
%8

Triadic Colors of #60cbeb

#60cbeb #eb60cb #cbeb60

Analogous Colors of #60cbeb

#60cbeb #6086eb #60ebc6

Monochromatic Colors of #60cbeb

#60cbeb

Complementary Color

#60cbeb #eb8060

#60cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cbeb Color CSS Codes

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

#60cbeb Text Font Color

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

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


#60cbeb Background Color

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

This div background color is #60cbeb


#60cbeb Border Color

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

This div border color is #60cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cbeb


Comments

No comments written yet.

Please login to write comment.