Color Hex Logo

#1ebeda Color Hex

#1EBEDA
(30,190,218)
0 Favorites   0 Comments

Color spaces of #1ebeda

RGB 30190218
HSL0.520.760.49
HSV189°86°85°
CMYK 0.860.130.00   0.15
XYZ31.603842.164972.8026
Yxy42.16490.21560.2877
Hunter Lab64.9345-26.7590-21.0200
CIE-Lab70.9845-28.5391-24.9144

#1ebeda color RGB value is (30,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111110 11011010
Octal 36 276 332
Decimal 30 190 218
Hex 1E BE DA

RGB Percentages of Color #1ebeda

%6.85
%43.38
%49.77

CMYK Percentages of Color #1ebeda

%86
%13
%0
%15

Triadic Colors of #1ebeda

#1ebeda #da1ebe #beda1e

Analogous Colors of #1ebeda

#1ebeda #1e60da #1eda98

Monochromatic Colors of #1ebeda

#1ebeda

Complementary Color

#1ebeda #da3a1e

#1ebeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebeda Color CSS Codes

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

#1ebeda Text Font Color

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

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


#1ebeda Background Color

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

This div background color is #1ebeda


#1ebeda Border Color

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

This div border color is #1ebeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebeda


Comments

No comments written yet.

Please login to write comment.