Color Hex Logo

#60cbea Color Hex

#60CBEA
(96,203,234)
0 Favorites   0 Comments

Color spaces of #60cbea

RGB 96203234
HSL0.540.770.65
HSV193°59°92°
CMYK 0.590.130.00   0.08
XYZ41.031151.139285.5502
Yxy51.13920.23090.2878
Hunter Lab71.5117-22.7279-20.8711
CIE-Lab76.7633-21.9549-24.6146

#60cbea color RGB value is (96,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001011 11101010
Octal 140 313 352
Decimal 96 203 234
Hex 60 CB EA

RGB Percentages of Color #60cbea

%18.01
%38.09
%43.90

CMYK Percentages of Color #60cbea

%59
%13
%0
%8

Triadic Colors of #60cbea

#60cbea #ea60cb #cbea60

Analogous Colors of #60cbea

#60cbea #6086ea #60eac4

Monochromatic Colors of #60cbea

#60cbea

Complementary Color

#60cbea #ea7f60

#60cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cbea Color CSS Codes

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

#60cbea Text Font Color

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

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


#60cbea Background Color

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

This div background color is #60cbea


#60cbea Border Color

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

This div border color is #60cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cbea


Comments

No comments written yet.

Please login to write comment.