Color Hex Logo

#5ccafd Color Hex

#5CCAFD
(92,202,253)
0 Favorites   0 Comments

Color spaces of #5ccafd

RGB 92202253
HSL0.550.980.68
HSV199°64°99°
CMYK 0.640.200.00   0.01
XYZ43.263851.6082100.6096
Yxy51.60820.22130.2640
Hunter Lab71.8388-18.2192-32.7479
CIE-Lab77.0460-16.4400-34.3763

#5ccafd color RGB value is (92,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 11111101
Octal 134 312 375
Decimal 92 202 253
Hex 5C CA FD

RGB Percentages of Color #5ccafd

%16.82
%36.93
%46.25

CMYK Percentages of Color #5ccafd

%64
%20
%0
%1

Triadic Colors of #5ccafd

#5ccafd #fd5cca #cafd5c

Analogous Colors of #5ccafd

#5ccafd #5c7afd #5cfde0

Monochromatic Colors of #5ccafd

#5ccafd

Complementary Color

#5ccafd #fd8f5c

#5ccafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccafd Color CSS Codes

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

#5ccafd Text Font Color

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

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


#5ccafd Background Color

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

This div background color is #5ccafd


#5ccafd Border Color

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

This div border color is #5ccafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccafd


Comments

No comments written yet.

Please login to write comment.