Color Hex Logo

#5acbbb Color Hex

#5ACBBB
(90,203,187)
0 Favorites   0 Comments

Color spaces of #5acbbb

RGB 90203187
HSL0.480.520.57
HSV172°56°80°
CMYK 0.560.000.08   0.20
XYZ34.542048.473454.5495
Yxy48.47340.25110.3524
Hunter Lab69.6228-33.28072.2823
CIE-Lab75.1225-35.9574-1.7372

#5acbbb color RGB value is (90,203,187).

#5acbbb hex color red value is 90, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5acbbb hue: 0.48 , saturation: 0.52 and the lightness value of 5acbbb is 0.57.

The process color (four color CMYK) of #5acbbb color hex is 0.56, 0.00, 0.08, 0.20. Web safe color of #5acbbb is #66cccc. Color #5acbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001011 10111011
Octal 132 313 273
Decimal 90 203 187
Hex 5A CB BB

RGB Percentages of Color #5acbbb

%18.75
%42.29
%38.96

CMYK Percentages of Color #5acbbb

%56
%0
%8
%20

Triadic Colors of #5acbbb

#5acbbb #bb5acb #cbbb5a

Analogous Colors of #5acbbb

#5acbbb #5aa3cb #5acb83

Monochromatic Colors of #5acbbb

#5acbbb

Complementary Color

#5acbbb #cb5a6a

#5acbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acbbb Color CSS Codes

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

#5acbbb Text Font Color

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

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


#5acbbb Background Color

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

This div background color is #5acbbb


#5acbbb Border Color

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

This div border color is #5acbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acbbb


Comments

No comments written yet.

Please login to write comment.