Color Hex Logo

#1eafdd Color Hex

#1EAFDD
(30,175,221)
0 Favorites   0 Comments

Color spaces of #1eafdd

RGB 30175221
HSL0.540.760.49
HSV194°86°87°
CMYK 0.860.210.00   0.13
XYZ28.916536.156473.8614
Yxy36.15640.20810.2602
Hunter Lab60.1302-19.3875-30.7382
CIE-Lab66.6393-19.9200-33.2498

#1eafdd color RGB value is (30,175,221).

#1eafdd hex color red value is 30, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1eafdd hue: 0.54 , saturation: 0.76 and the lightness value of 1eafdd is 0.49.

The process color (four color CMYK) of #1eafdd color hex is 0.86, 0.21, 0.00, 0.13. Web safe color of #1eafdd is #3399cc. Color #1eafdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101111 11011101
Octal 36 257 335
Decimal 30 175 221
Hex 1E AF DD

RGB Percentages of Color #1eafdd

%7.04
%41.08
%51.88

CMYK Percentages of Color #1eafdd

%86
%21
%0
%13

Triadic Colors of #1eafdd

#1eafdd #dd1eaf #afdd1e

Analogous Colors of #1eafdd

#1eafdd #1e4fdd #1eddac

Monochromatic Colors of #1eafdd

#1eafdd

Complementary Color

#1eafdd #dd4c1e

#1eafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eafdd Color CSS Codes

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

#1eafdd Text Font Color

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

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


#1eafdd Background Color

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

This div background color is #1eafdd


#1eafdd Border Color

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

This div border color is #1eafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eafdd


Comments

No comments written yet.

Please login to write comment.