Color Hex Logo

#1e5bad Color Hex

#1E5BAD
(30,91,173)
0 Favorites   0 Comments

Color spaces of #1e5bad

RGB 3091173
HSL0.600.700.40
HSV214°83°68°
CMYK 0.830.470.00   0.32
XYZ11.819310.775340.9921
Yxy10.77530.18590.1695
Hunter Lab32.82586.8260-51.0621
CIE-Lab39.199411.6389-49.2428

#1e5bad color RGB value is (30,91,173).

#1e5bad hex color red value is 30, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #1e5bad hue: 0.60 , saturation: 0.70 and the lightness value of 1e5bad is 0.40.

The process color (four color CMYK) of #1e5bad color hex is 0.83, 0.47, 0.00, 0.32. Web safe color of #1e5bad is #336699. Color #1e5bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01011011 10101101
Octal 36 133 255
Decimal 30 91 173
Hex 1E 5B AD

RGB Percentages of Color #1e5bad

%10.20
%30.95
%58.84

CMYK Percentages of Color #1e5bad

%83
%47
%0
%32

Triadic Colors of #1e5bad

#1e5bad #ad1e5b #5bad1e

Analogous Colors of #1e5bad

#1e5bad #291ead #1ea3ad

Monochromatic Colors of #1e5bad

#1e5bad

Complementary Color

#1e5bad #ad701e

#1e5bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e5bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e5bad Color CSS Codes

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

#1e5bad Text Font Color

<p style="color:#1e5bad">Text here</p>

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


#1e5bad Background Color

<div style="background-color:#1e5bad">
Div content here</div>

This div background color is #1e5bad


#1e5bad Border Color

<div style="border:3px solid #1e5bad">
Div here</div>

This div border color is #1e5bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,91,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1e5bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1e5bad;
  -webkit-box-shadow: 1px 1px 3px 2px #1e5bad;
  box-shadow:         1px 1px 3px 2px #1e5bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e5bad


Comments

No comments written yet.

Please login to write comment.