Color Hex Logo

#5febc5 Color Hex

#5FEBC5
(95,235,197)
0 Favorites   0 Comments

Color spaces of #5febc5

RGB 95235197
HSL0.450.780.65
HSV164°60°92°
CMYK 0.600.000.16   0.08
XYZ44.505765.880863.1939
Yxy65.88080.25640.3795
Hunter Lab81.1670-44.166610.6557
CIE-Lab84.9356-46.80147.1991

#5febc5 color RGB value is (95,235,197).

#5febc5 hex color red value is 95, green value is 235 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #5febc5 hue: 0.45 , saturation: 0.78 and the lightness value of 5febc5 is 0.65.

The process color (four color CMYK) of #5febc5 color hex is 0.60, 0.00, 0.16, 0.08. Web safe color of #5febc5 is #66ffcc. Color #5febc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 11000101
Octal 137 353 305
Decimal 95 235 197
Hex 5F EB C5

RGB Percentages of Color #5febc5

%18.03
%44.59
%37.38

CMYK Percentages of Color #5febc5

%60
%0
%16
%8

Triadic Colors of #5febc5

#5febc5 #c55feb #ebc55f

Analogous Colors of #5febc5

#5febc5 #5fcbeb #5feb7f

Monochromatic Colors of #5febc5

#5febc5

Complementary Color

#5febc5 #eb5f85

#5febc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5febc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5febc5 Color CSS Codes

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

#5febc5 Text Font Color

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

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


#5febc5 Background Color

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

This div background color is #5febc5


#5febc5 Border Color

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

This div border color is #5febc5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,235,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5febc5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5febc5;
  -webkit-box-shadow: 1px 1px 3px 2px #5febc5;
  box-shadow:         1px 1px 3px 2px #5febc5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,235,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5febc5


Comments

No comments written yet.

Please login to write comment.