Color Hex Logo

#1ebebe Color Hex

#1EBEBE
(30,190,190)
0 Favorites   0 Comments

Color spaces of #1ebebe

RGB 30190190
HSL0.500.730.43
HSV180°84°75°
CMYK 0.840.000.00   0.25
XYZ28.243140.820655.1058
Yxy40.82060.22750.3287
Hunter Lab63.8910-32.9031-6.4137
CIE-Lab70.0500-37.2527-11.0210

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

#1ebebe hex color red value is 30, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1ebebe hue: 0.50 , saturation: 0.73 and the lightness value of 1ebebe is 0.43.

The process color (four color CMYK) of #1ebebe color hex is 0.84, 0.00, 0.00, 0.25. Web safe color of #1ebebe is #33cccc. Color #1ebebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111110 10111110
Octal 36 276 276
Decimal 30 190 190
Hex 1E BE BE

RGB Percentages of Color #1ebebe

%7.32
%46.34
%46.34

CMYK Percentages of Color #1ebebe

%84
%0
%0
%25

Triadic Colors of #1ebebe

#1ebebe #be1ebe #bebe1e

Analogous Colors of #1ebebe

#1ebebe #1e6ebe #1ebe6e

Monochromatic Colors of #1ebebe

#1ebebe

Complementary Color

#1ebebe #be1e1e

#1ebebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebebe Color CSS Codes

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

#1ebebe Text Font Color

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

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


#1ebebe Background Color

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

This div background color is #1ebebe


#1ebebe Border Color

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

This div border color is #1ebebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebebe


Comments

No comments written yet.

Please login to write comment.