Color Hex Logo

#1ebabb Color Hex

#1EBABB
(30,186,187)
0 Favorites   0 Comments

Color spaces of #1ebabb

RGB 30186187
HSL0.500.720.43
HSV180°84°73°
CMYK 0.840.010.00   0.27
XYZ27.064038.981753.1115
Yxy38.98170.22710.3271
Hunter Lab62.4353-31.8870-6.7312
CIE-Lab68.7380-36.3066-11.3368

#1ebabb color RGB value is (30,186,187).

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

The process color (four color CMYK) of #1ebabb color hex is 0.84, 0.01, 0.00, 0.27. Web safe color of #1ebabb is #33cccc. Color #1ebabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111010 10111011
Octal 36 272 273
Decimal 30 186 187
Hex 1E BA BB

RGB Percentages of Color #1ebabb

%7.44
%46.15
%46.40

CMYK Percentages of Color #1ebabb

%84
%1
%0
%27

Triadic Colors of #1ebabb

#1ebabb #bb1eba #babb1e

Analogous Colors of #1ebabb

#1ebabb #1e6cbb #1ebb6e

Monochromatic Colors of #1ebabb

#1ebabb

Complementary Color

#1ebabb #bb1f1e

#1ebabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebabb Color CSS Codes

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

#1ebabb Text Font Color

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

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


#1ebabb Background Color

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

This div background color is #1ebabb


#1ebabb Border Color

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

This div border color is #1ebabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebabb


Comments

No comments written yet.

Please login to write comment.