Color Hex Logo

#60c6e5 Color Hex

#60C6E5
(96,198,229)
0 Favorites   0 Comments

Color spaces of #60c6e5

RGB 96198229
HSL0.540.720.64
HSV194°58°90°
CMYK 0.580.140.00   0.10
XYZ39.160848.532181.4324
Yxy48.53210.23150.2870
Hunter Lab69.6650-21.5735-20.5394
CIE-Lab75.1593-20.8726-24.3702

#60c6e5 color RGB value is (96,198,229).

#60c6e5 hex color red value is 96, green value is 198 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #60c6e5 hue: 0.54 , saturation: 0.72 and the lightness value of 60c6e5 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11000110 11100101
Octal 140 306 345
Decimal 96 198 229
Hex 60 C6 E5

RGB Percentages of Color #60c6e5

%18.36
%37.86
%43.79

CMYK Percentages of Color #60c6e5

%58
%14
%0
%10

Triadic Colors of #60c6e5

#60c6e5 #e560c6 #c6e560

Analogous Colors of #60c6e5

#60c6e5 #6084e5 #60e5c2

Monochromatic Colors of #60c6e5

#60c6e5

Complementary Color

#60c6e5 #e57f60

#60c6e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60c6e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60c6e5 Color CSS Codes

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

#60c6e5 Text Font Color

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

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


#60c6e5 Background Color

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

This div background color is #60c6e5


#60c6e5 Border Color

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

This div border color is #60c6e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60c6e5


Comments

No comments written yet.

Please login to write comment.