Color Hex Logo

#5baecc Color Hex

#5BAECC
(91,174,204)
0 Favorites   0 Comments

Color spaces of #5baecc

RGB 91174204
HSL0.540.530.58
HSV196°55°80°
CMYK 0.550.150.00   0.20
XYZ30.349536.855962.6410
Yxy36.85590.23370.2838
Hunter Lab60.7091-17.0056-18.6804
CIE-Lab67.1688-16.7368-22.9454

#5baecc color RGB value is (91,174,204).

#5baecc hex color red value is 91, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5baecc hue: 0.54 , saturation: 0.53 and the lightness value of 5baecc is 0.58.

The process color (four color CMYK) of #5baecc color hex is 0.55, 0.15, 0.00, 0.20. Web safe color of #5baecc is #6699cc. Color #5baecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101110 11001100
Octal 133 256 314
Decimal 91 174 204
Hex 5B AE CC

RGB Percentages of Color #5baecc

%19.40
%37.10
%43.50

CMYK Percentages of Color #5baecc

%55
%15
%0
%20

Triadic Colors of #5baecc

#5baecc #cc5bae #aecc5b

Analogous Colors of #5baecc

#5baecc #5b76cc #5bccb2

Monochromatic Colors of #5baecc

#5baecc

Complementary Color

#5baecc #cc795b

#5baecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baecc Color CSS Codes

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

#5baecc Text Font Color

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

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


#5baecc Background Color

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

This div background color is #5baecc


#5baecc Border Color

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

This div border color is #5baecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,174,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5baecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5baecc;
  -webkit-box-shadow: 1px 1px 3px 2px #5baecc;
  box-shadow:         1px 1px 3px 2px #5baecc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,174,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baecc


Comments

No comments written yet.

Please login to write comment.