Color Hex Logo

#1eb3bc Color Hex

#1EB3BC
(30,179,188)
0 Favorites   0 Comments

Color spaces of #1eb3bc

RGB 30179188
HSL0.510.720.43
HSV183°84°74°
CMYK 0.840.050.00   0.26
XYZ25.732636.147153.1978
Yxy36.14710.22360.3141
Hunter Lab60.1225-28.8157-10.3755
CIE-Lab66.6322-32.7147-15.0527

#1eb3bc color RGB value is (30,179,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10110011 10111100
Octal 36 263 274
Decimal 30 179 188
Hex 1E B3 BC

RGB Percentages of Color #1eb3bc

%7.56
%45.09
%47.36

CMYK Percentages of Color #1eb3bc

%84
%5
%0
%26

Triadic Colors of #1eb3bc

#1eb3bc #bc1eb3 #b3bc1e

Analogous Colors of #1eb3bc

#1eb3bc #1e64bc #1ebc76

Monochromatic Colors of #1eb3bc

#1eb3bc

Complementary Color

#1eb3bc #bc271e

#1eb3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eb3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eb3bc Color CSS Codes

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

#1eb3bc Text Font Color

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

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


#1eb3bc Background Color

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

This div background color is #1eb3bc


#1eb3bc Border Color

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

This div border color is #1eb3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eb3bc


Comments

No comments written yet.

Please login to write comment.