Color Hex Logo

#1eaafd Color Hex

#1EAAFD
(30,170,253)
0 Favorites   0 Comments

Color spaces of #1eaafd

RGB 30170253
HSL0.560.980.55
HSV202°88°99°
CMYK 0.880.330.00   0.01
XYZ32.639836.117398.1795
Yxy36.11730.19550.2164
Hunter Lab60.0977-8.2253-54.7917
CIE-Lab66.6095-5.9369-50.7891

#1eaafd color RGB value is (30,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101010 11111101
Octal 36 252 375
Decimal 30 170 253
Hex 1E AA FD

RGB Percentages of Color #1eaafd

%6.62
%37.53
%55.85

CMYK Percentages of Color #1eaafd

%88
%33
%0
%1

Triadic Colors of #1eaafd

#1eaafd #fd1eaa #aafd1e

Analogous Colors of #1eaafd

#1eaafd #1e3bfd #1efde1

Monochromatic Colors of #1eaafd

#1eaafd

Complementary Color

#1eaafd #fd711e

#1eaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaafd Color CSS Codes

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

#1eaafd Text Font Color

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

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


#1eaafd Background Color

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

This div background color is #1eaafd


#1eaafd Border Color

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

This div border color is #1eaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaafd

Related Colors


Comments

No comments written yet.

Please login to write comment.