Color Hex Logo

#1eccbb Color Hex

#1ECCBB
(30,204,187)
0 Favorites   0 Comments

Color spaces of #1eccbb

RGB 30204187
HSL0.480.740.46
HSV174°85°80°
CMYK 0.850.000.08   0.20
XYZ31.097947.049654.4562
Yxy47.04960.23450.3548
Hunter Lab68.5927-39.11060.9442
CIE-Lab74.2215-44.3500-3.2001

#1eccbb color RGB value is (30,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001100 10111011
Octal 36 314 273
Decimal 30 204 187
Hex 1E CC BB

RGB Percentages of Color #1eccbb

%7.13
%48.46
%44.42

CMYK Percentages of Color #1eccbb

%85
%0
%8
%20

Triadic Colors of #1eccbb

#1eccbb #bb1ecc #ccbb1e

Analogous Colors of #1eccbb

#1eccbb #1e86cc #1ecc64

Monochromatic Colors of #1eccbb

#1eccbb

Complementary Color

#1eccbb #cc1e2f

#1eccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eccbb Color CSS Codes

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

#1eccbb Text Font Color

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

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


#1eccbb Background Color

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

This div background color is #1eccbb


#1eccbb Border Color

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

This div border color is #1eccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eccbb


Comments

No comments written yet.

Please login to write comment.