Color Hex Logo

#55beab Color Hex

#55BEAB
(85,190,171)
0 Favorites   0 Comments

Color spaces of #55beab

RGB 85190171
HSL0.470.450.54
HSV169°55°75°
CMYK 0.550.000.10   0.25
XYZ29.510541.698545.0213
Yxy41.69850.25390.3588
Hunter Lab64.5744-31.43063.8650
CIE-Lab70.6626-34.97480.4194

#55beab color RGB value is (85,190,171).

#55beab hex color red value is 85, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #55beab hue: 0.47 , saturation: 0.45 and the lightness value of 55beab is 0.54.

The process color (four color CMYK) of #55beab color hex is 0.55, 0.00, 0.10, 0.25. Web safe color of #55beab is #66cc99. Color #55beab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10111110 10101011
Octal 125 276 253
Decimal 85 190 171
Hex 55 BE AB

RGB Percentages of Color #55beab

%19.06
%42.60
%38.34

CMYK Percentages of Color #55beab

%55
%0
%10
%25

Triadic Colors of #55beab

#55beab #ab55be #beab55

Analogous Colors of #55beab

#55beab #559dbe #55be77

Monochromatic Colors of #55beab

#55beab

Complementary Color

#55beab #be5568

#55beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#55beab Color CSS Codes

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

#55beab Text Font Color

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

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


#55beab Background Color

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

This div background color is #55beab


#55beab Border Color

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

This div border color is #55beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55beab


Comments

No comments written yet.

Please login to write comment.