Color Hex Logo

#60cdeb Color Hex

#60CDEB
(96,205,235)
0 Favorites   0 Comments

Color spaces of #60cdeb

RGB 96205235
HSL0.540.780.65
HSV193°59°92°
CMYK 0.590.130.00   0.08
XYZ41.650652.147686.4675
Yxy52.14760.23110.2893
Hunter Lab72.2133-23.4195-20.4440
CIE-Lab77.3690-22.6736-24.2275

#60cdeb color RGB value is (96,205,235).

#60cdeb hex color red value is 96, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #60cdeb hue: 0.54 , saturation: 0.78 and the lightness value of 60cdeb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001101 11101011
Octal 140 315 353
Decimal 96 205 235
Hex 60 CD EB

RGB Percentages of Color #60cdeb

%17.91
%38.25
%43.84

CMYK Percentages of Color #60cdeb

%59
%13
%0
%8

Triadic Colors of #60cdeb

#60cdeb #eb60cd #cdeb60

Analogous Colors of #60cdeb

#60cdeb #6088eb #60ebc4

Monochromatic Colors of #60cdeb

#60cdeb

Complementary Color

#60cdeb #eb7e60

#60cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cdeb Color CSS Codes

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

#60cdeb Text Font Color

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

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


#60cdeb Background Color

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

This div background color is #60cdeb


#60cdeb Border Color

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

This div border color is #60cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cdeb


Comments

No comments written yet.

Please login to write comment.