Color Hex Logo

#1eacce Color Hex

#1EACCE
(30,172,206)
0 Favorites   0 Comments

Color spaces of #1eacce

RGB 30172206
HSL0.530.750.46
HSV192°85°81°
CMYK 0.850.170.00   0.19
XYZ26.428534.237363.6080
Yxy34.23730.21270.2755
Hunter Lab58.5126-21.7738-23.4942
CIE-Lab65.1505-23.4383-27.2767

#1eacce color RGB value is (30,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101100 11001110
Octal 36 254 316
Decimal 30 172 206
Hex 1E AC CE

RGB Percentages of Color #1eacce

%7.35
%42.16
%50.49

CMYK Percentages of Color #1eacce

%85
%17
%0
%19

Triadic Colors of #1eacce

#1eacce #ce1eac #acce1e

Analogous Colors of #1eacce

#1eacce #1e54ce #1ece98

Monochromatic Colors of #1eacce

#1eacce

Complementary Color

#1eacce #ce401e

#1eacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eacce Color CSS Codes

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

#1eacce Text Font Color

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

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


#1eacce Background Color

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

This div background color is #1eacce


#1eacce Border Color

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

This div border color is #1eacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eacce


Comments

No comments written yet.

Please login to write comment.