Color Hex Logo

#1ebadd Color Hex

#1EBADD
(30,186,221)
0 Favorites   0 Comments

Color spaces of #1ebadd

RGB 30186221
HSL0.530.760.49
HSV191°86°87°
CMYK 0.860.160.00   0.13
XYZ31.145540.614374.6044
Yxy40.61430.21280.2775
Hunter Lab63.7293-24.2907-24.7970
CIE-Lab69.9048-25.5681-28.2068

#1ebadd color RGB value is (30,186,221).

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

The process color (four color CMYK) of #1ebadd color hex is 0.86, 0.16, 0.00, 0.13. Web safe color of #1ebadd is #33cccc. Color #1ebadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111010 11011101
Octal 36 272 335
Decimal 30 186 221
Hex 1E BA DD

RGB Percentages of Color #1ebadd

%6.86
%42.56
%50.57

CMYK Percentages of Color #1ebadd

%86
%16
%0
%13

Triadic Colors of #1ebadd

#1ebadd #dd1eba #badd1e

Analogous Colors of #1ebadd

#1ebadd #1e5add #1edda1

Monochromatic Colors of #1ebadd

#1ebadd

Complementary Color

#1ebadd #dd411e

#1ebadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebadd Color CSS Codes

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

#1ebadd Text Font Color

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

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


#1ebadd Background Color

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

This div background color is #1ebadd


#1ebadd Border Color

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

This div border color is #1ebadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebadd


Comments

No comments written yet.

Please login to write comment.