Color Hex Logo

#5ccaff Color Hex

#5CCAFF
(92,202,255)
0 Favorites   0 Comments

Color spaces of #5ccaff

RGB 92202255
HSL0.551.000.68
HSV200°64°100°
CMYK 0.640.210.00   0.00
XYZ43.584251.7364102.2967
Yxy51.73640.22050.2618
Hunter Lab71.9280-17.7134-33.9732
CIE-Lab77.1229-15.8247-35.3264

#5ccaff color RGB value is (92,202,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 11111111
Octal 134 312 377
Decimal 92 202 255
Hex 5C CA FF

RGB Percentages of Color #5ccaff

%16.76
%36.79
%46.45

CMYK Percentages of Color #5ccaff

%64
%21
%0
%0

Triadic Colors of #5ccaff

#5ccaff #ff5cca #caff5c

Analogous Colors of #5ccaff

#5ccaff #5c79ff #5cffe3

Monochromatic Colors of #5ccaff

#5ccaff

Complementary Color

#5ccaff #ff915c

#5ccaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccaff Color CSS Codes

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

#5ccaff Text Font Color

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

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


#5ccaff Background Color

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

This div background color is #5ccaff


#5ccaff Border Color

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

This div border color is #5ccaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccaff

Related Colors

#5ccaff Color Palettes


Comments

No comments written yet.

Please login to write comment.