Color Hex Logo

#5febaa Color Hex

#5FEBAA
(95,235,170)
0 Favorites   0 Comments

Color spaces of #5febaa

RGB 95235170
HSL0.420.780.65
HSV152°60°92°
CMYK 0.600.000.28   0.08
XYZ41.683364.751848.3316
Yxy64.75180.26930.4184
Hunter Lab80.4685-48.355520.7167
CIE-Lab84.3557-52.689220.4625

#5febaa color RGB value is (95,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 10101010
Octal 137 353 252
Decimal 95 235 170
Hex 5F EB AA

RGB Percentages of Color #5febaa

%19.00
%47.00
%34.00

CMYK Percentages of Color #5febaa

%60
%0
%28
%8

Triadic Colors of #5febaa

#5febaa #aa5feb #ebaa5f

Analogous Colors of #5febaa

#5febaa #5fe6eb #5feb64

Monochromatic Colors of #5febaa

#5febaa

Complementary Color

#5febaa #eb5fa0

#5febaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5febaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5febaa Color CSS Codes

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

#5febaa Text Font Color

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

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


#5febaa Background Color

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

This div background color is #5febaa


#5febaa Border Color

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

This div border color is #5febaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5febaa


Comments

No comments written yet.

Please login to write comment.