Color Hex Logo

#60bbee Color Hex

#60BBEE
(96,187,238)
0 Favorites   0 Comments

Color spaces of #60bbee

RGB 96187238
HSL0.560.810.65
HSV202°60°93°
CMYK 0.600.210.00   0.07
XYZ38.026844.200587.4162
Yxy44.20050.22420.2605
Hunter Lab66.4835-14.2487-31.4194
CIE-Lab72.3623-12.4430-33.5346

#60bbee color RGB value is (96,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111011 11101110
Octal 140 273 356
Decimal 96 187 238
Hex 60 BB EE

RGB Percentages of Color #60bbee

%18.43
%35.89
%45.68

CMYK Percentages of Color #60bbee

%60
%21
%0
%7

Triadic Colors of #60bbee

#60bbee #ee60bb #bbee60

Analogous Colors of #60bbee

#60bbee #6074ee #60eeda

Monochromatic Colors of #60bbee

#60bbee

Complementary Color

#60bbee #ee9360

#60bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bbee Color CSS Codes

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

#60bbee Text Font Color

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

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


#60bbee Background Color

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

This div background color is #60bbee


#60bbee Border Color

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

This div border color is #60bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bbee


Comments

No comments written yet.

Please login to write comment.