Color Hex Logo

#1eacbd Color Hex

#1EACBD
(30,172,189)
0 Favorites   0 Comments

Color spaces of #1eacbd

RGB 30172189
HSL0.520.730.43
HSV186°84°74°
CMYK 0.840.090.00   0.26
XYZ24.473333.455253.3117
Yxy33.45520.22000.3007
Hunter Lab57.8405-25.6944-14.1594
CIE-Lab64.5278-29.0092-18.7933

#1eacbd color RGB value is (30,172,189).

#1eacbd hex color red value is 30, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1eacbd hue: 0.52 , saturation: 0.73 and the lightness value of 1eacbd is 0.43.

The process color (four color CMYK) of #1eacbd color hex is 0.84, 0.09, 0.00, 0.26. Web safe color of #1eacbd is #3399cc. Color #1eacbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101100 10111101
Octal 36 254 275
Decimal 30 172 189
Hex 1E AC BD

RGB Percentages of Color #1eacbd

%7.67
%43.99
%48.34

CMYK Percentages of Color #1eacbd

%84
%9
%0
%26

Triadic Colors of #1eacbd

#1eacbd #bd1eac #acbd1e

Analogous Colors of #1eacbd

#1eacbd #1e5dbd #1ebd7f

Monochromatic Colors of #1eacbd

#1eacbd

Complementary Color

#1eacbd #bd2f1e

#1eacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eacbd Color CSS Codes

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

#1eacbd Text Font Color

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

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


#1eacbd Background Color

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

This div background color is #1eacbd


#1eacbd Border Color

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

This div border color is #1eacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eacbd


Comments

No comments written yet.

Please login to write comment.