Color Hex Logo

#55eba8 Color Hex

#55EBA8
(85,235,168)
0 Favorites   0 Comments

Color spaces of #55eba8

RGB 85235168
HSL0.430.790.63
HSV153°64°92°
CMYK 0.640.000.29   0.08
XYZ40.522564.175147.2971
Yxy64.17510.26660.4222
Hunter Lab80.1094-49.899021.0713
CIE-Lab84.0569-54.960721.0436

#55eba8 color RGB value is (85,235,168).

#55eba8 hex color red value is 85, green value is 235 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #55eba8 hue: 0.43 , saturation: 0.79 and the lightness value of 55eba8 is 0.63.

The process color (four color CMYK) of #55eba8 color hex is 0.64, 0.00, 0.29, 0.08. Web safe color of #55eba8 is #66ff99. Color #55eba8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11101011 10101000
Octal 125 353 250
Decimal 85 235 168
Hex 55 EB A8

RGB Percentages of Color #55eba8

%17.42
%48.16
%34.43

CMYK Percentages of Color #55eba8

%64
%0
%29
%8

Triadic Colors of #55eba8

#55eba8 #a855eb #eba855

Analogous Colors of #55eba8

#55eba8 #55e3eb #55eb5d

Monochromatic Colors of #55eba8

#55eba8

Complementary Color

#55eba8 #eb5598

#55eba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55eba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55eba8 Color CSS Codes

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

#55eba8 Text Font Color

<p style="color:#55eba8">Text here</p>

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


#55eba8 Background Color

<div style="background-color:#55eba8">
Div content here</div>

This div background color is #55eba8


#55eba8 Border Color

<div style="border:3px solid #55eba8">
Div here</div>

This div border color is #55eba8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,235,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55eba8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55eba8;
  -webkit-box-shadow: 1px 1px 3px 2px #55eba8;
  box-shadow:         1px 1px 3px 2px #55eba8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55eba8


Comments

No comments written yet.

Please login to write comment.