Color Hex Logo

#1eabff Color Hex

#1EABFF
(30,171,255)
0 Favorites   0 Comments

Color spaces of #1eabff

RGB 30171255
HSL0.561.000.56
HSV202°88°100°
CMYK 0.880.330.00   0.00
XYZ33.148336.621899.9294
Yxy36.62180.19530.2158
Hunter Lab60.5159-8.1275-55.5438
CIE-Lab66.9923-5.7782-51.2702

#1eabff color RGB value is (30,171,255).

#1eabff hex color red value is 30, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1eabff hue: 0.56 , saturation: 1.00 and the lightness value of 1eabff is 0.56.

The process color (four color CMYK) of #1eabff color hex is 0.88, 0.33, 0.00, 0.00. Web safe color of #1eabff is #3399ff. Color #1eabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101011 11111111
Octal 36 253 377
Decimal 30 171 255
Hex 1E AB FF

RGB Percentages of Color #1eabff

%6.58
%37.50
%55.92

CMYK Percentages of Color #1eabff

%88
%33
%0
%0

Triadic Colors of #1eabff

#1eabff #ff1eab #abff1e

Analogous Colors of #1eabff

#1eabff #1e3bff #1effe3

Monochromatic Colors of #1eabff

#1eabff

Complementary Color

#1eabff #ff721e

#1eabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eabff Color CSS Codes

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

#1eabff Text Font Color

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

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


#1eabff Background Color

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

This div background color is #1eabff


#1eabff Border Color

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

This div border color is #1eabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eabff


Comments

No comments written yet.

Please login to write comment.