Color Hex Logo

#5495be Color Hex

#5495BE
(84,149,190)
0 Favorites   0 Comments

Color spaces of #5495be

RGB 84149190
HSL0.560.450.54
HSV203°56°75°
CMYK 0.560.220.00   0.25
XYZ23.697927.097452.6965
Yxy27.09740.22900.2618
Hunter Lab52.0552-9.8351-23.5819
CIE-Lab59.0644-8.8555-27.6043

#5495be color RGB value is (84,149,190).

#5495be hex color red value is 84, green value is 149 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5495be hue: 0.56 , saturation: 0.45 and the lightness value of 5495be is 0.54.

The process color (four color CMYK) of #5495be color hex is 0.56, 0.22, 0.00, 0.25. Web safe color of #5495be is #6699cc. Color #5495be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10010101 10111110
Octal 124 225 276
Decimal 84 149 190
Hex 54 95 BE

RGB Percentages of Color #5495be

%19.86
%35.22
%44.92

CMYK Percentages of Color #5495be

%56
%22
%0
%25

Triadic Colors of #5495be

#5495be #be5495 #95be54

Analogous Colors of #5495be

#5495be #5460be #54beb2

Monochromatic Colors of #5495be

#5495be

Complementary Color

#5495be #be7d54

#5495be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5495be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5495be Color CSS Codes

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

#5495be Text Font Color

<p style="color:#5495be">Text here</p>

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


#5495be Background Color

<div style="background-color:#5495be">
Div content here</div>

This div background color is #5495be


#5495be Border Color

<div style="border:3px solid #5495be">
Div here</div>

This div border color is #5495be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,149,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5495be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5495be;
  -webkit-box-shadow: 1px 1px 3px 2px #5495be;
  box-shadow:         1px 1px 3px 2px #5495be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,149,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5495be


Comments

No comments written yet.

Please login to write comment.