Color Hex Logo

#1eabcc Color Hex

#1EABCC
(30,171,204)
0 Favorites   0 Comments

Color spaces of #1eabcc

RGB 30171204
HSL0.530.740.46
HSV191°85°80°
CMYK 0.850.160.00   0.20
XYZ25.997433.761562.2731
Yxy33.76150.21300.2767
Hunter Lab58.1046-21.8180-22.8702
CIE-Lab64.7728-23.5946-26.7500

#1eabcc color RGB value is (30,171,204).

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

The process color (four color CMYK) of #1eabcc color hex is 0.85, 0.16, 0.00, 0.20. Web safe color of #1eabcc is #3399cc. Color #1eabcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101011 11001100
Octal 36 253 314
Decimal 30 171 204
Hex 1E AB CC

RGB Percentages of Color #1eabcc

%7.41
%42.22
%50.37

CMYK Percentages of Color #1eabcc

%85
%16
%0
%20

Triadic Colors of #1eabcc

#1eabcc #cc1eab #abcc1e

Analogous Colors of #1eabcc

#1eabcc #1e54cc #1ecc96

Monochromatic Colors of #1eabcc

#1eabcc

Complementary Color

#1eabcc #cc3f1e

#1eabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eabcc Color CSS Codes

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

#1eabcc Text Font Color

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

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


#1eabcc Background Color

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

This div background color is #1eabcc


#1eabcc Border Color

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

This div border color is #1eabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eabcc


Comments

No comments written yet.

Please login to write comment.