Color Hex Logo

#5a7ebe Color Hex

#5A7EBE
(90,126,190)
0 Favorites   0 Comments

Color spaces of #5a7ebe

RGB 90126190
HSL0.610.430.55
HSV218°53°75°
CMYK 0.530.340.00   0.25
XYZ20.971620.813151.6272
Yxy20.81310.22450.2228
Hunter Lab45.62142.2169-35.1603
CIE-Lab52.74435.8232-37.4316

#5a7ebe color RGB value is (90,126,190).

#5a7ebe hex color red value is 90, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5a7ebe hue: 0.61 , saturation: 0.43 and the lightness value of 5a7ebe is 0.55.

The process color (four color CMYK) of #5a7ebe color hex is 0.53, 0.34, 0.00, 0.25. Web safe color of #5a7ebe is #6666cc. Color #5a7ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01111110 10111110
Octal 132 176 276
Decimal 90 126 190
Hex 5A 7E BE

RGB Percentages of Color #5a7ebe

%22.17
%31.03
%46.80

CMYK Percentages of Color #5a7ebe

%53
%34
%0
%25

Triadic Colors of #5a7ebe

#5a7ebe #be5a7e #7ebe5a

Analogous Colors of #5a7ebe

#5a7ebe #685abe #5ab0be

Monochromatic Colors of #5a7ebe

#5a7ebe

Complementary Color

#5a7ebe #be9a5a

#5a7ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a7ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a7ebe Color CSS Codes

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

#5a7ebe Text Font Color

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

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


#5a7ebe Background Color

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

This div background color is #5a7ebe


#5a7ebe Border Color

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

This div border color is #5a7ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a7ebe


Comments

No comments written yet.

Please login to write comment.