Color Hex Logo

#1ebade Color Hex

#1EBADE
(30,186,222)
0 Favorites   0 Comments

Color spaces of #1ebade

RGB 30186222
HSL0.530.760.49
HSV191°86°87°
CMYK 0.860.160.00   0.13
XYZ31.279140.667875.3083
Yxy40.66780.21240.2762
Hunter Lab63.7713-24.0476-25.3764
CIE-Lab69.9425-25.2384-28.6946

#1ebade color RGB value is (30,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111010 11011110
Octal 36 272 336
Decimal 30 186 222
Hex 1E BA DE

RGB Percentages of Color #1ebade

%6.85
%42.47
%50.68

CMYK Percentages of Color #1ebade

%86
%16
%0
%13

Triadic Colors of #1ebade

#1ebade #de1eba #bade1e

Analogous Colors of #1ebade

#1ebade #1e5ade #1edea2

Monochromatic Colors of #1ebade

#1ebade

Complementary Color

#1ebade #de421e

#1ebade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebade Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebade Color CSS Codes

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

#1ebade Text Font Color

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

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


#1ebade Background Color

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

This div background color is #1ebade


#1ebade Border Color

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

This div border color is #1ebade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebade


Comments

No comments written yet.

Please login to write comment.