Color Hex Logo

#5ccffc Color Hex

#5CCFFC
(92,207,252)
0 Favorites   0 Comments

Color spaces of #5ccffc

RGB 92207252
HSL0.550.960.67
HSV197°63°99°
CMYK 0.630.180.00   0.01
XYZ44.297153.9292100.1701
Yxy53.92920.22330.2718
Hunter Lab73.4365-20.8422-29.4682
CIE-Lab78.4204-19.3264-31.7225

#5ccffc color RGB value is (92,207,252).

#5ccffc hex color red value is 92, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5ccffc hue: 0.55 , saturation: 0.96 and the lightness value of 5ccffc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001111 11111100
Octal 134 317 374
Decimal 92 207 252
Hex 5C CF FC

RGB Percentages of Color #5ccffc

%16.70
%37.57
%45.74

CMYK Percentages of Color #5ccffc

%63
%18
%0
%1

Triadic Colors of #5ccffc

#5ccffc #fc5ccf #cffc5c

Analogous Colors of #5ccffc

#5ccffc #5c7ffc #5cfcd9

Monochromatic Colors of #5ccffc

#5ccffc

Complementary Color

#5ccffc #fc895c

#5ccffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccffc Color CSS Codes

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

#5ccffc Text Font Color

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

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


#5ccffc Background Color

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

This div background color is #5ccffc


#5ccffc Border Color

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

This div border color is #5ccffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,207,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 #5ccffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccffc


Comments

No comments written yet.

Please login to write comment.