Color Hex Logo

#1eadcd Color Hex

#1EADCD
(30,173,205)
0 Favorites   0 Comments

Color spaces of #1eadcd

RGB 30173205
HSL0.530.740.46
HSV191°85°80°
CMYK 0.850.160.00   0.20
XYZ26.498434.570963.0339
Yxy34.57090.21350.2786
Hunter Lab58.7970-22.4491-22.4045
CIE-Lab65.4132-24.2832-26.3193

#1eadcd color RGB value is (30,173,205).

#1eadcd hex color red value is 30, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1eadcd hue: 0.53 , saturation: 0.74 and the lightness value of 1eadcd is 0.46.

The process color (four color CMYK) of #1eadcd color hex is 0.85, 0.16, 0.00, 0.20. Web safe color of #1eadcd is #3399cc. Color #1eadcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101101 11001101
Octal 36 255 315
Decimal 30 173 205
Hex 1E AD CD

RGB Percentages of Color #1eadcd

%7.35
%42.40
%50.25

CMYK Percentages of Color #1eadcd

%85
%16
%0
%20

Triadic Colors of #1eadcd

#1eadcd #cd1ead #adcd1e

Analogous Colors of #1eadcd

#1eadcd #1e56cd #1ecd96

Monochromatic Colors of #1eadcd

#1eadcd

Complementary Color

#1eadcd #cd3e1e

#1eadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eadcd Color CSS Codes

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

#1eadcd Text Font Color

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

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


#1eadcd Background Color

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

This div background color is #1eadcd


#1eadcd Border Color

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

This div border color is #1eadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eadcd


Comments

No comments written yet.

Please login to write comment.