Color Hex Logo

#1e7adf Color Hex

#1E7ADF
(30,122,223)
0 Favorites   0 Comments

Color spaces of #1e7adf

RGB 30122223
HSL0.590.760.50
HSV211°87°87°
CMYK 0.870.450.00   0.13
XYZ20.814219.522872.4833
Yxy19.52280.18450.1730
Hunter Lab44.18466.7635-66.3339
CIE-Lab51.293311.3198-58.6085

#1e7adf color RGB value is (30,122,223).

#1e7adf hex color red value is 30, green value is 122 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1e7adf hue: 0.59 , saturation: 0.76 and the lightness value of 1e7adf is 0.50.

The process color (four color CMYK) of #1e7adf color hex is 0.87, 0.45, 0.00, 0.13. Web safe color of #1e7adf is #3366cc. Color #1e7adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01111010 11011111
Octal 36 172 337
Decimal 30 122 223
Hex 1E 7A DF

RGB Percentages of Color #1e7adf

%8.00
%32.53
%59.47

CMYK Percentages of Color #1e7adf

%87
%45
%0
%13

Triadic Colors of #1e7adf

#1e7adf #df1e7a #7adf1e

Analogous Colors of #1e7adf

#1e7adf #231edf #1edbdf

Monochromatic Colors of #1e7adf

#1e7adf

Complementary Color

#1e7adf #df831e

#1e7adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e7adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e7adf Color CSS Codes

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

#1e7adf Text Font Color

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

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


#1e7adf Background Color

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

This div background color is #1e7adf


#1e7adf Border Color

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

This div border color is #1e7adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e7adf


Comments

No comments written yet.

Please login to write comment.