Color Hex Logo

#5cccf7 Color Hex

#5CCCF7
(92,204,247)
0 Favorites   0 Comments

Color spaces of #5cccf7

RGB 92204247
HSL0.550.910.66
HSV197°63°97°
CMYK 0.630.170.00   0.03
XYZ42.795052.176495.8112
Yxy52.17640.22430.2735
Hunter Lab72.2332-20.6548-28.0798
CIE-Lab77.3862-19.3008-30.6422

#5cccf7 color RGB value is (92,204,247).

#5cccf7 hex color red value is 92, green value is 204 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #5cccf7 hue: 0.55 , saturation: 0.91 and the lightness value of 5cccf7 is 0.66.

The process color (four color CMYK) of #5cccf7 color hex is 0.63, 0.17, 0.00, 0.03. Web safe color of #5cccf7 is #66ccff. Color #5cccf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001100 11110111
Octal 134 314 367
Decimal 92 204 247
Hex 5C CC F7

RGB Percentages of Color #5cccf7

%16.94
%37.57
%45.49

CMYK Percentages of Color #5cccf7

%63
%17
%0
%3

Triadic Colors of #5cccf7

#5cccf7 #f75ccc #ccf75c

Analogous Colors of #5cccf7

#5cccf7 #5c7ff7 #5cf7d5

Monochromatic Colors of #5cccf7

#5cccf7

Complementary Color

#5cccf7 #f7875c

#5cccf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cccf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cccf7 Color CSS Codes

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

#5cccf7 Text Font Color

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

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


#5cccf7 Background Color

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

This div background color is #5cccf7


#5cccf7 Border Color

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

This div border color is #5cccf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cccf7


Comments

No comments written yet.

Please login to write comment.