Color Hex Logo

#5ceafa Color Hex

#5CEAFA
(92,234,250)
0 Favorites   0 Comments

Color spaces of #5ceafa

RGB 92234250
HSL0.520.940.67
HSV186°63°98°
CMYK 0.630.060.00   0.02
XYZ51.091868.0231100.8794
Yxy68.02310.23220.3092
Hunter Lab82.4761-33.7571-14.7864
CIE-Lab86.0180-33.1887-19.0812

#5ceafa color RGB value is (92,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101010 11111010
Octal 134 352 372
Decimal 92 234 250
Hex 5C EA FA

RGB Percentages of Color #5ceafa

%15.97
%40.63
%43.40

CMYK Percentages of Color #5ceafa

%63
%6
%0
%2

Triadic Colors of #5ceafa

#5ceafa #fa5cea #eafa5c

Analogous Colors of #5ceafa

#5ceafa #5c9bfa #5cfabb

Monochromatic Colors of #5ceafa

#5ceafa

Complementary Color

#5ceafa #fa6c5c

#5ceafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ceafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ceafa Color CSS Codes

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

#5ceafa Text Font Color

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

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


#5ceafa Background Color

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

This div background color is #5ceafa


#5ceafa Border Color

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

This div border color is #5ceafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ceafa


Comments

No comments written yet.

Please login to write comment.