Color Hex Logo

#5acbbd Color Hex

#5ACBBD
(90,203,189)
0 Favorites   0 Comments

Color spaces of #5acbbd

RGB 90203189
HSL0.480.520.57
HSV173°56°80°
CMYK 0.560.000.07   0.20
XYZ34.757748.559755.6851
Yxy48.55970.25010.3493
Hunter Lab69.6848-32.91531.4007
CIE-Lab75.1766-35.4492-2.7387

#5acbbd color RGB value is (90,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001011 10111101
Octal 132 313 275
Decimal 90 203 189
Hex 5A CB BD

RGB Percentages of Color #5acbbd

%18.67
%42.12
%39.21

CMYK Percentages of Color #5acbbd

%56
%0
%7
%20

Triadic Colors of #5acbbd

#5acbbd #bd5acb #cbbd5a

Analogous Colors of #5acbbd

#5acbbd #5aa1cb #5acb85

Monochromatic Colors of #5acbbd

#5acbbd

Complementary Color

#5acbbd #cb5a68

#5acbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acbbd Color CSS Codes

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

#5acbbd Text Font Color

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

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


#5acbbd Background Color

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

This div background color is #5acbbd


#5acbbd Border Color

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

This div border color is #5acbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acbbd


Comments

No comments written yet.

Please login to write comment.