Color Hex Logo

#5abebc Color Hex

#5ABEBC
(90,190,188)
0 Favorites   0 Comments

Color spaces of #5abebc

RGB 90190188
HSL0.500.430.55
HSV179°53°75°
CMYK 0.530.000.01   0.25
XYZ31.707042.631454.1345
Yxy42.63140.24680.3318
Hunter Lab65.2927-27.5803-3.4527
CIE-Lab71.3041-29.5401-7.9169

#5abebc color RGB value is (90,190,188).

#5abebc hex color red value is 90, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5abebc hue: 0.50 , saturation: 0.43 and the lightness value of 5abebc is 0.55.

The process color (four color CMYK) of #5abebc color hex is 0.53, 0.00, 0.01, 0.25. Web safe color of #5abebc is #66cccc. Color #5abebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 10111100
Octal 132 276 274
Decimal 90 190 188
Hex 5A BE BC

RGB Percentages of Color #5abebc

%19.23
%40.60
%40.17

CMYK Percentages of Color #5abebc

%53
%0
%1
%25

Triadic Colors of #5abebc

#5abebc #bc5abe #bebc5a

Analogous Colors of #5abebc

#5abebc #5a8ebe #5abe8a

Monochromatic Colors of #5abebc

#5abebc

Complementary Color

#5abebc #be5a5c

#5abebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abebc Color CSS Codes

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

#5abebc Text Font Color

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

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


#5abebc Background Color

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

This div background color is #5abebc


#5abebc Border Color

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

This div border color is #5abebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,190,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5abebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5abebc;
  -webkit-box-shadow: 1px 1px 3px 2px #5abebc;
  box-shadow:         1px 1px 3px 2px #5abebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abebc


Comments

No comments written yet.

Please login to write comment.