Color Hex Logo

#5baccf Color Hex

#5BACCF
(91,172,207)
0 Favorites   0 Comments

Color spaces of #5baccf

RGB 91172207
HSL0.550.550.58
HSV198°56°81°
CMYK 0.560.170.00   0.19
XYZ30.329436.234264.4269
Yxy36.23420.23150.2766
Hunter Lab60.1949-15.4031-21.3220
CIE-Lab66.6985-14.7851-25.3222

#5baccf color RGB value is (91,172,207).

#5baccf hex color red value is 91, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5baccf hue: 0.55 , saturation: 0.55 and the lightness value of 5baccf is 0.58.

The process color (four color CMYK) of #5baccf color hex is 0.56, 0.17, 0.00, 0.19. Web safe color of #5baccf is #6699cc. Color #5baccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101100 11001111
Octal 133 254 317
Decimal 91 172 207
Hex 5B AC CF

RGB Percentages of Color #5baccf

%19.36
%36.60
%44.04

CMYK Percentages of Color #5baccf

%56
%17
%0
%19

Triadic Colors of #5baccf

#5baccf #cf5bac #accf5b

Analogous Colors of #5baccf

#5baccf #5b72cf #5bcfb8

Monochromatic Colors of #5baccf

#5baccf

Complementary Color

#5baccf #cf7e5b

#5baccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baccf Color CSS Codes

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

#5baccf Text Font Color

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

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


#5baccf Background Color

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

This div background color is #5baccf


#5baccf Border Color

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

This div border color is #5baccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baccf


Comments

No comments written yet.

Please login to write comment.