Color Hex Logo

#1eabfc Color Hex

#1EABFC
(30,171,252)
0 Favorites   0 Comments

Color spaces of #1eabfc

RGB 30171252
HSL0.560.970.55
HSV202°88°99°
CMYK 0.880.320.00   0.01
XYZ32.669036.430197.4053
Yxy36.43010.19620.2188
Hunter Lab60.3574-9.0105-53.4326
CIE-Lab66.8473-6.8575-49.8699

#1eabfc color RGB value is (30,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101011 11111100
Octal 36 253 374
Decimal 30 171 252
Hex 1E AB FC

RGB Percentages of Color #1eabfc

%6.62
%37.75
%55.63

CMYK Percentages of Color #1eabfc

%88
%32
%0
%1

Triadic Colors of #1eabfc

#1eabfc #fc1eab #abfc1e

Analogous Colors of #1eabfc

#1eabfc #1e3cfc #1efcde

Monochromatic Colors of #1eabfc

#1eabfc

Complementary Color

#1eabfc #fc6f1e

#1eabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eabfc Color CSS Codes

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

#1eabfc Text Font Color

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

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


#1eabfc Background Color

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

This div background color is #1eabfc


#1eabfc Border Color

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

This div border color is #1eabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eabfc

Related Colors


Comments

No comments written yet.

Please login to write comment.