Color Hex Logo

#5698bf Color Hex

#5698BF
(86,152,191)
0 Favorites   0 Comments

Color spaces of #5698bf

RGB 86152191
HSL0.560.450.54
HSV202°55°75°
CMYK 0.550.200.00   0.25
XYZ24.470028.196553.4430
Yxy28.19650.23060.2657
Hunter Lab53.1004-10.6683-22.5023
CIE-Lab60.0659-9.7909-26.6156

#5698bf color RGB value is (86,152,191).

#5698bf hex color red value is 86, green value is 152 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5698bf hue: 0.56 , saturation: 0.45 and the lightness value of 5698bf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10011000 10111111
Octal 126 230 277
Decimal 86 152 191
Hex 56 98 BF

RGB Percentages of Color #5698bf

%20.05
%35.43
%44.52

CMYK Percentages of Color #5698bf

%55
%20
%0
%25

Triadic Colors of #5698bf

#5698bf #bf5698 #98bf56

Analogous Colors of #5698bf

#5698bf #5663bf #56bfb2

Monochromatic Colors of #5698bf

#5698bf

Complementary Color

#5698bf #bf7d56

#5698bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5698bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5698bf Color CSS Codes

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

#5698bf Text Font Color

<p style="color:#5698bf">Text here</p>

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


#5698bf Background Color

<div style="background-color:#5698bf">
Div content here</div>

This div background color is #5698bf


#5698bf Border Color

<div style="border:3px solid #5698bf">
Div here</div>

This div border color is #5698bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,152,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5698bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5698bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5698bf;
  box-shadow:         1px 1px 3px 2px #5698bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,152,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5698bf


Comments

No comments written yet.

Please login to write comment.