Color Hex Logo

#1e85aa Color Hex

#1E85AA
(30,133,170)
0 Favorites   0 Comments

Color spaces of #1e85aa

RGB 30133170
HSL0.540.700.39
HSV196°82°67°
CMYK 0.820.220.00   0.33
XYZ16.178619.953441.0289
Yxy19.95340.20970.2586
Hunter Lab44.6692-13.5208-23.1897
CIE-Lab51.7845-15.0739-27.5876

#1e85aa color RGB value is (30,133,170).

#1e85aa hex color red value is 30, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1e85aa hue: 0.54 , saturation: 0.70 and the lightness value of 1e85aa is 0.39.

The process color (four color CMYK) of #1e85aa color hex is 0.82, 0.22, 0.00, 0.33. Web safe color of #1e85aa is #339999. Color #1e85aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10000101 10101010
Octal 36 205 252
Decimal 30 133 170
Hex 1E 85 AA

RGB Percentages of Color #1e85aa

%9.01
%39.94
%51.05

CMYK Percentages of Color #1e85aa

%82
%22
%0
%33

Triadic Colors of #1e85aa

#1e85aa #aa1e85 #85aa1e

Analogous Colors of #1e85aa

#1e85aa #1e3faa #1eaa89

Monochromatic Colors of #1e85aa

#1e85aa

Complementary Color

#1e85aa #aa431e

#1e85aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e85aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e85aa Color CSS Codes

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

#1e85aa Text Font Color

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

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


#1e85aa Background Color

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

This div background color is #1e85aa


#1e85aa Border Color

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

This div border color is #1e85aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e85aa


Comments

No comments written yet.

Please login to write comment.