Color Hex Logo

#60bede Color Hex

#60BEDE
(96,190,222)
0 Favorites   0 Comments

Color spaces of #60bede

RGB 96190222
HSL0.540.660.62
HSV195°57°87°
CMYK 0.570.140.00   0.13
XYZ36.422144.587675.7939
Yxy44.58760.23230.2844
Hunter Lab66.7739-19.4909-20.5572
CIE-Lab72.6195-18.8088-24.4585

#60bede color RGB value is (96,190,222).

#60bede hex color red value is 96, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #60bede hue: 0.54 , saturation: 0.66 and the lightness value of 60bede is 0.62.

The process color (four color CMYK) of #60bede color hex is 0.57, 0.14, 0.00, 0.13. Web safe color of #60bede is #66cccc. Color #60bede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111110 11011110
Octal 140 276 336
Decimal 96 190 222
Hex 60 BE DE

RGB Percentages of Color #60bede

%18.90
%37.40
%43.70

CMYK Percentages of Color #60bede

%57
%14
%0
%13

Triadic Colors of #60bede

#60bede #de60be #bede60

Analogous Colors of #60bede

#60bede #607fde #60debf

Monochromatic Colors of #60bede

#60bede

Complementary Color

#60bede #de8060

#60bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bede Color CSS Codes

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

#60bede Text Font Color

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

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


#60bede Background Color

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

This div background color is #60bede


#60bede Border Color

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

This div border color is #60bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bede


Comments

No comments written yet.

Please login to write comment.