Color Hex Logo

#1eebbb Color Hex

#1EEBBB
(30,235,187)
0 Favorites   0 Comments

Color spaces of #1eebbb

RGB 30235187
HSL0.460.840.52
HSV166°87°92°
CMYK 0.870.000.20   0.08
XYZ39.213463.280557.1613
Yxy63.28050.24560.3964
Hunter Lab79.5490-51.219913.0805
CIE-Lab83.5897-57.044110.3657

#1eebbb color RGB value is (30,235,187).

#1eebbb hex color red value is 30, green value is 235 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1eebbb hue: 0.46 , saturation: 0.84 and the lightness value of 1eebbb is 0.52.

The process color (four color CMYK) of #1eebbb color hex is 0.87, 0.00, 0.20, 0.08. Web safe color of #1eebbb is #33ffcc. Color #1eebbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101011 10111011
Octal 36 353 273
Decimal 30 235 187
Hex 1E EB BB

RGB Percentages of Color #1eebbb

%6.64
%51.99
%41.37

CMYK Percentages of Color #1eebbb

%87
%0
%20
%8

Triadic Colors of #1eebbb

#1eebbb #bb1eeb #ebbb1e

Analogous Colors of #1eebbb

#1eebbb #1eb5eb #1eeb55

Monochromatic Colors of #1eebbb

#1eebbb

Complementary Color

#1eebbb #eb1e4e

#1eebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eebbb Color CSS Codes

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

#1eebbb Text Font Color

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

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


#1eebbb Background Color

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

This div background color is #1eebbb


#1eebbb Border Color

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

This div border color is #1eebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eebbb


Comments

No comments written yet.

Please login to write comment.