Color Hex Logo

#5ce6fa Color Hex

#5CE6FA
(92,230,250)
0 Favorites   0 Comments

Color spaces of #5ce6fa

RGB 92230250
HSL0.520.940.67
HSV188°63°98°
CMYK 0.630.080.00   0.02
XYZ49.965865.7711100.5041
Yxy65.77110.23110.3042
Hunter Lab81.0994-31.9490-16.7068
CIE-Lab84.8795-31.2903-20.8020

#5ce6fa color RGB value is (92,230,250).

#5ce6fa hex color red value is 92, green value is 230 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5ce6fa hue: 0.52 , saturation: 0.94 and the lightness value of 5ce6fa is 0.67.

The process color (four color CMYK) of #5ce6fa color hex is 0.63, 0.08, 0.00, 0.02. Web safe color of #5ce6fa is #66ffff. Color #5ce6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11100110 11111010
Octal 134 346 372
Decimal 92 230 250
Hex 5C E6 FA

RGB Percentages of Color #5ce6fa

%16.08
%40.21
%43.71

CMYK Percentages of Color #5ce6fa

%63
%8
%0
%2

Triadic Colors of #5ce6fa

#5ce6fa #fa5ce6 #e6fa5c

Analogous Colors of #5ce6fa

#5ce6fa #5c97fa #5cfabf

Monochromatic Colors of #5ce6fa

#5ce6fa

Complementary Color

#5ce6fa #fa705c

#5ce6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ce6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ce6fa Color CSS Codes

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

#5ce6fa Text Font Color

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

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


#5ce6fa Background Color

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

This div background color is #5ce6fa


#5ce6fa Border Color

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

This div border color is #5ce6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ce6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.