Color Hex Logo

#5acabd Color Hex

#5ACABD
(90,202,189)
0 Favorites   0 Comments

Color spaces of #5acabd

RGB 90202189
HSL0.480.510.57
HSV173°55°79°
CMYK 0.550.000.06   0.21
XYZ34.522348.088855.6067
Yxy48.08880.24980.3479
Hunter Lab69.3461-32.49370.9993
CIE-Lab74.8809-34.9837-3.1734

#5acabd color RGB value is (90,202,189).

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

The process color (four color CMYK) of #5acabd color hex is 0.55, 0.00, 0.06, 0.21. Web safe color of #5acabd is #66cccc. Color #5acabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001010 10111101
Octal 132 312 275
Decimal 90 202 189
Hex 5A CA BD

RGB Percentages of Color #5acabd

%18.71
%42.00
%39.29

CMYK Percentages of Color #5acabd

%55
%0
%6
%21

Triadic Colors of #5acabd

#5acabd #bd5aca #cabd5a

Analogous Colors of #5acabd

#5acabd #5a9fca #5aca85

Monochromatic Colors of #5acabd

#5acabd

Complementary Color

#5acabd #ca5a67

#5acabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acabd Color CSS Codes

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

#5acabd Text Font Color

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

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


#5acabd Background Color

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

This div background color is #5acabd


#5acabd Border Color

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

This div border color is #5acabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,202,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 #5acabd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acabd


Comments

No comments written yet.

Please login to write comment.