Color Hex Logo

#5cd9ff Color Hex

#5CD9FF
(92,217,255)
0 Favorites   0 Comments

Color spaces of #5cd9ff

RGB 92217255
HSL0.541.000.68
HSV194°64°100°
CMYK 0.640.150.00   0.00
XYZ47.276559.1210103.5275
Yxy59.12100.22520.2816
Hunter Lab76.8902-24.8058-26.0069
CIE-Lab81.3581-23.4853-28.8069

#5cd9ff color RGB value is (92,217,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011001 11111111
Octal 134 331 377
Decimal 92 217 255
Hex 5C D9 FF

RGB Percentages of Color #5cd9ff

%16.31
%38.48
%45.21

CMYK Percentages of Color #5cd9ff

%64
%15
%0
%0

Triadic Colors of #5cd9ff

#5cd9ff #ff5cd9 #d9ff5c

Analogous Colors of #5cd9ff

#5cd9ff #5c88ff #5cffd4

Monochromatic Colors of #5cd9ff

#5cd9ff

Complementary Color

#5cd9ff #ff825c

#5cd9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd9ff Color CSS Codes

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

#5cd9ff Text Font Color

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

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


#5cd9ff Background Color

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

This div background color is #5cd9ff


#5cd9ff Border Color

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

This div border color is #5cd9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd9ff


Comments

No comments written yet.

Please login to write comment.