Color Hex Logo

#60bcef Color Hex

#60BCEF
(96,188,239)
0 Favorites   0 Comments

Color spaces of #60bcef

RGB 96188239
HSL0.560.820.66
HSV201°60°94°
CMYK 0.600.210.00   0.06
XYZ38.387144.685288.2633
Yxy44.68520.22400.2608
Hunter Lab66.8470-14.4780-31.4923
CIE-Lab72.6841-12.6702-33.5782

#60bcef color RGB value is (96,188,239).

#60bcef hex color red value is 96, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #60bcef hue: 0.56 , saturation: 0.82 and the lightness value of 60bcef is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111100 11101111
Octal 140 274 357
Decimal 96 188 239
Hex 60 BC EF

RGB Percentages of Color #60bcef

%18.36
%35.95
%45.70

CMYK Percentages of Color #60bcef

%60
%21
%0
%6

Triadic Colors of #60bcef

#60bcef #ef60bc #bcef60

Analogous Colors of #60bcef

#60bcef #6075ef #60efdb

Monochromatic Colors of #60bcef

#60bcef

Complementary Color

#60bcef #ef9360

#60bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bcef Color CSS Codes

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

#60bcef Text Font Color

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

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


#60bcef Background Color

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

This div background color is #60bcef


#60bcef Border Color

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

This div border color is #60bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bcef


Comments

No comments written yet.

Please login to write comment.