Color Hex Logo

#5cc0ff Color Hex

#5CC0FF
(92,192,255)
0 Favorites   0 Comments

Color spaces of #5cc0ff

RGB 92192255
HSL0.561.000.68
HSV203°64°100°
CMYK 0.640.250.00   0.00
XYZ41.313347.1946101.5398
Yxy47.19460.21740.2483
Hunter Lab68.6983-12.8770-39.5450
CIE-Lab74.3141-10.5338-39.6850

#5cc0ff color RGB value is (92,192,255).

#5cc0ff hex color red value is 92, green value is 192 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5cc0ff hue: 0.56 , saturation: 1.00 and the lightness value of 5cc0ff is 0.68.

The process color (four color CMYK) of #5cc0ff color hex is 0.64, 0.25, 0.00, 0.00. Web safe color of #5cc0ff is #66ccff. Color #5cc0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11000000 11111111
Octal 134 300 377
Decimal 92 192 255
Hex 5C C0 FF

RGB Percentages of Color #5cc0ff

%17.07
%35.62
%47.31

CMYK Percentages of Color #5cc0ff

%64
%25
%0
%0

Triadic Colors of #5cc0ff

#5cc0ff #ff5cc0 #c0ff5c

Analogous Colors of #5cc0ff

#5cc0ff #5c6fff #5cffed

Monochromatic Colors of #5cc0ff

#5cc0ff

Complementary Color

#5cc0ff #ff9b5c

#5cc0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cc0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cc0ff Color CSS Codes

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

#5cc0ff Text Font Color

<p style="color:#5cc0ff">Text here</p>

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


#5cc0ff Background Color

<div style="background-color:#5cc0ff">
Div content here</div>

This div background color is #5cc0ff


#5cc0ff Border Color

<div style="border:3px solid #5cc0ff">
Div here</div>

This div border color is #5cc0ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,192,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cc0ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cc0ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5cc0ff;
  box-shadow:         1px 1px 3px 2px #5cc0ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,192,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cc0ff


Comments

No comments written yet.

Please login to write comment.