Color Hex Logo

#60cbfe Color Hex

#60CBFE
(96,203,254)
0 Favorites   0 Comments

Color spaces of #60cbfe

RGB 96203254
HSL0.550.990.69
HSV199°62°100°
CMYK 0.620.200.00   0.00
XYZ44.069252.3544101.5487
Yxy52.35440.22260.2645
Hunter Lab72.3563-17.9068-32.5613
CIE-Lab77.4923-15.9917-34.2110

#60cbfe color RGB value is (96,203,254).

#60cbfe hex color red value is 96, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #60cbfe hue: 0.55 , saturation: 0.99 and the lightness value of 60cbfe is 0.69.

The process color (four color CMYK) of #60cbfe color hex is 0.62, 0.20, 0.00, 0.00. Web safe color of #60cbfe is #66ccff. Color #60cbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001011 11111110
Octal 140 313 376
Decimal 96 203 254
Hex 60 CB FE

RGB Percentages of Color #60cbfe

%17.36
%36.71
%45.93

CMYK Percentages of Color #60cbfe

%62
%20
%0
%0

Triadic Colors of #60cbfe

#60cbfe #fe60cb #cbfe60

Analogous Colors of #60cbfe

#60cbfe #607cfe #60fee2

Monochromatic Colors of #60cbfe

#60cbfe

Complementary Color

#60cbfe #fe9360

#60cbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cbfe Color CSS Codes

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

#60cbfe Text Font Color

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

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


#60cbfe Background Color

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

This div background color is #60cbfe


#60cbfe Border Color

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

This div border color is #60cbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cbfe


Comments

No comments written yet.

Please login to write comment.