Color Hex Logo

#60bcea Color Hex

#60BCEA
(96,188,234)
0 Favorites   0 Comments

Color spaces of #60bcea

RGB 96188234
HSL0.560.770.65
HSV200°59°92°
CMYK 0.590.200.00   0.08
XYZ37.658444.393784.4259
Yxy44.39370.22620.2667
Hunter Lab66.6286-15.7121-28.4871
CIE-Lab72.4909-14.1908-31.1688

#60bcea color RGB value is (96,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111100 11101010
Octal 140 274 352
Decimal 96 188 234
Hex 60 BC EA

RGB Percentages of Color #60bcea

%18.53
%36.29
%45.17

CMYK Percentages of Color #60bcea

%59
%20
%0
%8

Triadic Colors of #60bcea

#60bcea #ea60bc #bcea60

Analogous Colors of #60bcea

#60bcea #6077ea #60ead3

Monochromatic Colors of #60bcea

#60bcea

Complementary Color

#60bcea #ea8e60

#60bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bcea Color CSS Codes

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

#60bcea Text Font Color

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

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


#60bcea Background Color

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

This div background color is #60bcea


#60bcea Border Color

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

This div border color is #60bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bcea


Comments

No comments written yet.

Please login to write comment.