Color Hex Logo

#60baeb Color Hex

#60BAEB
(96,186,235)
0 Favorites   0 Comments

Color spaces of #60baeb

RGB 96186235
HSL0.560.780.65
HSV201°59°92°
CMYK 0.590.210.00   0.08
XYZ37.378243.602885.0434
Yxy43.60280.22510.2626
Hunter Lab66.0324-14.5153-30.1371
CIE-Lab71.9622-12.8252-32.5271

#60baeb color RGB value is (96,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111010 11101011
Octal 140 272 353
Decimal 96 186 235
Hex 60 BA EB

RGB Percentages of Color #60baeb

%18.57
%35.98
%45.45

CMYK Percentages of Color #60baeb

%59
%21
%0
%8

Triadic Colors of #60baeb

#60baeb #eb60ba #baeb60

Analogous Colors of #60baeb

#60baeb #6075eb #60ebd7

Monochromatic Colors of #60baeb

#60baeb

Complementary Color

#60baeb #eb9160

#60baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60baeb Color CSS Codes

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

#60baeb Text Font Color

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

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


#60baeb Background Color

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

This div background color is #60baeb


#60baeb Border Color

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

This div border color is #60baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60baeb


Comments

No comments written yet.

Please login to write comment.