Color Hex Logo

#1eaebd Color Hex

#1EAEBD
(30,174,189)
0 Favorites   0 Comments

Color spaces of #1eaebd

RGB 30174189
HSL0.520.730.43
HSV186°84°74°
CMYK 0.840.080.00   0.26
XYZ24.856834.222253.4396
Yxy34.22220.22090.3041
Hunter Lab58.4997-26.5291-13.2117
CIE-Lab65.1386-29.9888-17.8662

#1eaebd color RGB value is (30,174,189).

#1eaebd hex color red value is 30, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1eaebd hue: 0.52 , saturation: 0.73 and the lightness value of 1eaebd is 0.43.

The process color (four color CMYK) of #1eaebd color hex is 0.84, 0.08, 0.00, 0.26. Web safe color of #1eaebd is #3399cc. Color #1eaebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101110 10111101
Octal 36 256 275
Decimal 30 174 189
Hex 1E AE BD

RGB Percentages of Color #1eaebd

%7.63
%44.27
%48.09

CMYK Percentages of Color #1eaebd

%84
%8
%0
%26

Triadic Colors of #1eaebd

#1eaebd #bd1eae #aebd1e

Analogous Colors of #1eaebd

#1eaebd #1e5fbd #1ebd7d

Monochromatic Colors of #1eaebd

#1eaebd

Complementary Color

#1eaebd #bd2d1e

#1eaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaebd Color CSS Codes

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

#1eaebd Text Font Color

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

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


#1eaebd Background Color

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

This div background color is #1eaebd


#1eaebd Border Color

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

This div border color is #1eaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaebd


Comments

No comments written yet.

Please login to write comment.