Color Hex Logo

#1eb6bc Color Hex

#1EB6BC
(30,182,188)
0 Favorites   0 Comments

Color spaces of #1eb6bc

RGB 30182188
HSL0.510.720.43
HSV182°84°74°
CMYK 0.840.030.00   0.26
XYZ26.340537.362853.4004
Yxy37.36280.22490.3191
Hunter Lab61.1251-30.0484-9.0096
CIE-Lab67.5483-34.1364-13.6729

#1eb6bc color RGB value is (30,182,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10110110 10111100
Octal 36 266 274
Decimal 30 182 188
Hex 1E B6 BC

RGB Percentages of Color #1eb6bc

%7.50
%45.50
%47.00

CMYK Percentages of Color #1eb6bc

%84
%3
%0
%26

Triadic Colors of #1eb6bc

#1eb6bc #bc1eb6 #b6bc1e

Analogous Colors of #1eb6bc

#1eb6bc #1e67bc #1ebc73

Monochromatic Colors of #1eb6bc

#1eb6bc

Complementary Color

#1eb6bc #bc241e

#1eb6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eb6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eb6bc Color CSS Codes

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

#1eb6bc Text Font Color

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

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


#1eb6bc Background Color

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

This div background color is #1eb6bc


#1eb6bc Border Color

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

This div border color is #1eb6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eb6bc


Comments

No comments written yet.

Please login to write comment.