Color Hex Logo

#1eaefd Color Hex

#1EAEFD
(30,174,253)
0 Favorites   0 Comments

Color spaces of #1eaefd

RGB 30174253
HSL0.560.980.55
HSV201°88°99°
CMYK 0.880.310.00   0.01
XYZ33.401137.640098.4333
Yxy37.64000.19710.2221
Hunter Lab61.3514-10.1856-52.1799
CIE-Lab67.7544-8.1708-48.9813

#1eaefd color RGB value is (30,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101110 11111101
Octal 36 256 375
Decimal 30 174 253
Hex 1E AE FD

RGB Percentages of Color #1eaefd

%6.56
%38.07
%55.36

CMYK Percentages of Color #1eaefd

%88
%31
%0
%1

Triadic Colors of #1eaefd

#1eaefd #fd1eae #aefd1e

Analogous Colors of #1eaefd

#1eaefd #1e3ffd #1efddd

Monochromatic Colors of #1eaefd

#1eaefd

Complementary Color

#1eaefd #fd6d1e

#1eaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaefd Color CSS Codes

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

#1eaefd Text Font Color

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

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


#1eaefd Background Color

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

This div background color is #1eaefd


#1eaefd Border Color

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

This div border color is #1eaefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,174,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 #1eaefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaefd


Comments

No comments written yet.

Please login to write comment.