Color Hex Logo

#60bfeb Color Hex

#60BFEB
(96,191,235)
0 Favorites   0 Comments

Color spaces of #60bfeb

RGB 96191235
HSL0.550.780.65
HSV199°59°92°
CMYK 0.590.190.00   0.08
XYZ38.450145.746685.4007
Yxy45.74660.22670.2697
Hunter Lab67.6362-16.8891-27.5170
CIE-Lab73.3808-15.4711-30.3388

#60bfeb color RGB value is (96,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111111 11101011
Octal 140 277 353
Decimal 96 191 235
Hex 60 BF EB

RGB Percentages of Color #60bfeb

%18.39
%36.59
%45.02

CMYK Percentages of Color #60bfeb

%59
%19
%0
%8

Triadic Colors of #60bfeb

#60bfeb #eb60bf #bfeb60

Analogous Colors of #60bfeb

#60bfeb #607aeb #60ebd2

Monochromatic Colors of #60bfeb

#60bfeb

Complementary Color

#60bfeb #eb8c60

#60bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bfeb Color CSS Codes

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

#60bfeb Text Font Color

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

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


#60bfeb Background Color

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

This div background color is #60bfeb


#60bfeb Border Color

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

This div border color is #60bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bfeb


Comments

No comments written yet.

Please login to write comment.