Color Hex Logo

#1e8fed Color Hex

#1E8FED
(30,143,237)
0 Favorites   0 Comments

Color spaces of #1e8fed

RGB 30143237
HSL0.580.850.52
HSV207°87°93°
CMYK 0.870.400.00   0.07
XYZ25.643926.035483.7945
Yxy26.03540.18930.1922
Hunter Lab51.02490.4163-61.6503
CIE-Lab58.07063.8163-55.5720

#1e8fed color RGB value is (30,143,237).

#1e8fed hex color red value is 30, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1e8fed hue: 0.58 , saturation: 0.85 and the lightness value of 1e8fed is 0.52.

The process color (four color CMYK) of #1e8fed color hex is 0.87, 0.40, 0.00, 0.07. Web safe color of #1e8fed is #3399ff. Color #1e8fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10001111 11101101
Octal 36 217 355
Decimal 30 143 237
Hex 1E 8F ED

RGB Percentages of Color #1e8fed

%7.32
%34.88
%57.80

CMYK Percentages of Color #1e8fed

%87
%40
%0
%7

Triadic Colors of #1e8fed

#1e8fed #ed1e8f #8fed1e

Analogous Colors of #1e8fed

#1e8fed #1e27ed #1eede4

Monochromatic Colors of #1e8fed

#1e8fed

Complementary Color

#1e8fed #ed7c1e

#1e8fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e8fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e8fed Color CSS Codes

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

#1e8fed Text Font Color

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

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


#1e8fed Background Color

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

This div background color is #1e8fed


#1e8fed Border Color

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

This div border color is #1e8fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e8fed


Comments

No comments written yet.

Please login to write comment.