Color Hex Logo

#1e6caf Color Hex

#1E6CAF
(30,108,175)
0 Favorites   0 Comments

Color spaces of #1e6caf

RGB 30108175
HSL0.580.710.40
HSV208°83°69°
CMYK 0.830.380.00   0.31
XYZ13.635814.096342.5596
Yxy14.09630.19400.2005
Hunter Lab37.5450-0.8753-40.9273
CIE-Lab44.37071.5298-42.1446

#1e6caf color RGB value is (30,108,175).

#1e6caf hex color red value is 30, green value is 108 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1e6caf hue: 0.58 , saturation: 0.71 and the lightness value of 1e6caf is 0.40.

The process color (four color CMYK) of #1e6caf color hex is 0.83, 0.38, 0.00, 0.31. Web safe color of #1e6caf is #336699. Color #1e6caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01101100 10101111
Octal 36 154 257
Decimal 30 108 175
Hex 1E 6C AF

RGB Percentages of Color #1e6caf

%9.58
%34.50
%55.91

CMYK Percentages of Color #1e6caf

%83
%38
%0
%31

Triadic Colors of #1e6caf

#1e6caf #af1e6c #6caf1e

Analogous Colors of #1e6caf

#1e6caf #1e24af #1eafaa

Monochromatic Colors of #1e6caf

#1e6caf

Complementary Color

#1e6caf #af611e

#1e6caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e6caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e6caf Color CSS Codes

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

#1e6caf Text Font Color

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

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


#1e6caf Background Color

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

This div background color is #1e6caf


#1e6caf Border Color

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

This div border color is #1e6caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e6caf


Comments

No comments written yet.

Please login to write comment.