Color Hex Logo

#5cfaed Color Hex

#5CFAED
(92,250,237)
0 Favorites   0 Comments

Color spaces of #5cfaed

RGB 92250237
HSL0.490.940.67
HSV175°63°98°
CMYK 0.630.000.05   0.02
XYZ53.885376.761092.0971
Yxy76.76100.24190.3446
Hunter Lab87.6134-43.5396-0.9949
CIE-Lab90.2115-43.9858-6.0205

#5cfaed color RGB value is (92,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11111010 11101101
Octal 134 372 355
Decimal 92 250 237
Hex 5C FA ED

RGB Percentages of Color #5cfaed

%15.89
%43.18
%40.93

CMYK Percentages of Color #5cfaed

%63
%0
%5
%2

Triadic Colors of #5cfaed

#5cfaed #ed5cfa #faed5c

Analogous Colors of #5cfaed

#5cfaed #5cb8fa #5cfa9e

Monochromatic Colors of #5cfaed

#5cfaed

Complementary Color

#5cfaed #fa5c69

#5cfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cfaed Color CSS Codes

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

#5cfaed Text Font Color

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

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


#5cfaed Background Color

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

This div background color is #5cfaed


#5cfaed Border Color

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

This div border color is #5cfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cfaed

Related Colors


Comments

No comments written yet.

Please login to write comment.