Color Hex Logo

#1eafed Color Hex

#1EAFED
(30,175,237)
0 Favorites   0 Comments

Color spaces of #1eafed

RGB 30175237
HSL0.550.850.52
HSV198°87°93°
CMYK 0.870.260.00   0.07
XYZ31.151537.050485.6303
Yxy37.05040.20250.2408
Hunter Lab60.8690-15.1683-40.8006
CIE-Lab67.3148-14.3821-40.9626

#1eafed color RGB value is (30,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101111 11101101
Octal 36 257 355
Decimal 30 175 237
Hex 1E AF ED

RGB Percentages of Color #1eafed

%6.79
%39.59
%53.62

CMYK Percentages of Color #1eafed

%87
%26
%0
%7

Triadic Colors of #1eafed

#1eafed #ed1eaf #afed1e

Analogous Colors of #1eafed

#1eafed #1e47ed #1eedc4

Monochromatic Colors of #1eafed

#1eafed

Complementary Color

#1eafed #ed5c1e

#1eafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eafed Color CSS Codes

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

#1eafed Text Font Color

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

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


#1eafed Background Color

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

This div background color is #1eafed


#1eafed Border Color

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

This div border color is #1eafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eafed


Comments

No comments written yet.

Please login to write comment.