Color Hex Logo

#60bbce Color Hex

#60BBCE
(96,187,206)
0 Favorites   0 Comments

Color spaces of #60bbce

RGB 96187206
HSL0.530.530.59
HSV190°53°81°
CMYK 0.530.090.00   0.19
XYZ33.734842.483764.8147
Yxy42.48370.23920.3012
Hunter Lab65.1795-21.6784-13.3325
CIE-Lab71.2031-21.8647-17.8918

#60bbce color RGB value is (96,187,206).

#60bbce hex color red value is 96, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #60bbce hue: 0.53 , saturation: 0.53 and the lightness value of 60bbce is 0.59.

The process color (four color CMYK) of #60bbce color hex is 0.53, 0.09, 0.00, 0.19. Web safe color of #60bbce is #66cccc. Color #60bbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111011 11001110
Octal 140 273 316
Decimal 96 187 206
Hex 60 BB CE

RGB Percentages of Color #60bbce

%19.63
%38.24
%42.13

CMYK Percentages of Color #60bbce

%53
%9
%0
%19

Triadic Colors of #60bbce

#60bbce #ce60bb #bbce60

Analogous Colors of #60bbce

#60bbce #6084ce #60ceaa

Monochromatic Colors of #60bbce

#60bbce

Complementary Color

#60bbce #ce7360

#60bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bbce Color CSS Codes

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

#60bbce Text Font Color

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

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


#60bbce Background Color

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

This div background color is #60bbce


#60bbce Border Color

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

This div border color is #60bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bbce


Comments

No comments written yet.

Please login to write comment.