Color Hex Logo

#60cbed Color Hex

#60CBED
(96,203,237)
0 Favorites   0 Comments

Color spaces of #60cbed

RGB 96203237
HSL0.540.800.65
HSV194°59°93°
CMYK 0.590.140.00   0.07
XYZ41.465951.313187.8397
Yxy51.31310.22960.2841
Hunter Lab71.6332-22.0307-22.5608
CIE-Lab76.8683-21.0775-26.0654

#60cbed color RGB value is (96,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001011 11101101
Octal 140 313 355
Decimal 96 203 237
Hex 60 CB ED

RGB Percentages of Color #60cbed

%17.91
%37.87
%44.22

CMYK Percentages of Color #60cbed

%59
%14
%0
%7

Triadic Colors of #60cbed

#60cbed #ed60cb #cbed60

Analogous Colors of #60cbed

#60cbed #6085ed #60edc9

Monochromatic Colors of #60cbed

#60cbed

Complementary Color

#60cbed #ed8260

#60cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cbed Color CSS Codes

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

#60cbed Text Font Color

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

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


#60cbed Background Color

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

This div background color is #60cbed


#60cbed Border Color

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

This div border color is #60cbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cbed


Comments

No comments written yet.

Please login to write comment.