Color Hex Logo

#60eafc Color Hex

#60EAFC
(96,234,252)
0 Favorites   0 Comments

Color spaces of #60eafc

RGB 96234252
HSL0.520.960.68
HSV187°62°99°
CMYK 0.620.070.00   0.01
XYZ51.817468.3607102.5593
Yxy68.36070.23260.3069
Hunter Lab82.6805-32.8217-15.6686
CIE-Lab86.1865-31.9994-19.8671

#60eafc color RGB value is (96,234,252).

#60eafc hex color red value is 96, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #60eafc hue: 0.52 , saturation: 0.96 and the lightness value of 60eafc is 0.68.

The process color (four color CMYK) of #60eafc color hex is 0.62, 0.07, 0.00, 0.01. Web safe color of #60eafc is #66ffff. Color #60eafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101010 11111100
Octal 140 352 374
Decimal 96 234 252
Hex 60 EA FC

RGB Percentages of Color #60eafc

%16.49
%40.21
%43.30

CMYK Percentages of Color #60eafc

%62
%7
%0
%1

Triadic Colors of #60eafc

#60eafc #fc60ea #eafc60

Analogous Colors of #60eafc

#60eafc #609cfc #60fcc0

Monochromatic Colors of #60eafc

#60eafc

Complementary Color

#60eafc #fc7260

#60eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60eafc Color CSS Codes

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

#60eafc Text Font Color

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

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


#60eafc Background Color

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

This div background color is #60eafc


#60eafc Border Color

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

This div border color is #60eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60eafc

Related Colors


Comments

No comments written yet.

Please login to write comment.