Color Hex Logo

#1eafec Color Hex

#1EAFEC
(30,175,236)
0 Favorites   0 Comments

Color spaces of #1eafec

RGB 30175236
HSL0.550.840.52
HSV198°87°93°
CMYK 0.870.260.00   0.07
XYZ31.005736.992184.8629
Yxy36.99210.20280.2420
Hunter Lab60.8211-15.4404-40.1517
CIE-Lab67.2711-14.7323-40.4848

#1eafec color RGB value is (30,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101111 11101100
Octal 36 257 354
Decimal 30 175 236
Hex 1E AF EC

RGB Percentages of Color #1eafec

%6.80
%39.68
%53.51

CMYK Percentages of Color #1eafec

%87
%26
%0
%7

Triadic Colors of #1eafec

#1eafec #ec1eaf #afec1e

Analogous Colors of #1eafec

#1eafec #1e48ec #1eecc2

Monochromatic Colors of #1eafec

#1eafec

Complementary Color

#1eafec #ec5b1e

#1eafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eafec Color CSS Codes

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

#1eafec Text Font Color

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

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


#1eafec Background Color

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

This div background color is #1eafec


#1eafec Border Color

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

This div border color is #1eafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eafec


Comments

No comments written yet.

Please login to write comment.