Color Hex Logo

#60bdee Color Hex

#60BDEE
(96,189,238)
0 Favorites   0 Comments

Color spaces of #60bdee

RGB 96189238
HSL0.560.810.65
HSV201°60°93°
CMYK 0.600.210.00   0.07
XYZ38.454145.055087.5587
Yxy45.05500.22480.2634
Hunter Lab67.1230-15.2044-30.3548
CIE-Lab72.9281-13.5069-32.6601

#60bdee color RGB value is (96,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111101 11101110
Octal 140 275 356
Decimal 96 189 238
Hex 60 BD EE

RGB Percentages of Color #60bdee

%18.36
%36.14
%45.51

CMYK Percentages of Color #60bdee

%60
%21
%0
%7

Triadic Colors of #60bdee

#60bdee #ee60bd #bdee60

Analogous Colors of #60bdee

#60bdee #6076ee #60eed8

Monochromatic Colors of #60bdee

#60bdee

Complementary Color

#60bdee #ee9160

#60bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bdee Color CSS Codes

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

#60bdee Text Font Color

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

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


#60bdee Background Color

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

This div background color is #60bdee


#60bdee Border Color

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

This div border color is #60bdee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,189,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 #60bdee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bdee


Comments

No comments written yet.

Please login to write comment.