Color Hex Logo

#1baead Color Hex

#1BAEAD
(27,174,173)
0 Favorites   0 Comments

Color spaces of #1baead

RGB 27174173
HSL0.500.730.39
HSV180°84°68°
CMYK 0.840.000.01   0.32
XYZ23.130933.522244.7865
Yxy33.52220.22800.3305
Hunter Lab57.8984-30.0098-5.3341
CIE-Lab64.5815-35.1664-9.8056

#1baead color RGB value is (27,174,173).

#1baead hex color red value is 27, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #1baead hue: 0.50 , saturation: 0.73 and the lightness value of 1baead is 0.39.

The process color (four color CMYK) of #1baead color hex is 0.84, 0.00, 0.01, 0.32. Web safe color of #1baead is #339999. Color #1baead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101110 10101101
Octal 33 256 255
Decimal 27 174 173
Hex 1B AE AD

RGB Percentages of Color #1baead

%7.22
%46.52
%46.26

CMYK Percentages of Color #1baead

%84
%0
%1
%32

Triadic Colors of #1baead

#1baead #ad1bae #aead1b

Analogous Colors of #1baead

#1baead #1b66ae #1bae64

Monochromatic Colors of #1baead

#1baead

Complementary Color

#1baead #ae1b1c

#1baead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baead Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baead Color CSS Codes

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

#1baead Text Font Color

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

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


#1baead Background Color

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

This div background color is #1baead


#1baead Border Color

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

This div border color is #1baead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,174,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1baead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1baead;
  -webkit-box-shadow: 1px 1px 3px 2px #1baead;
  box-shadow:         1px 1px 3px 2px #1baead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,174,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baead


Comments

No comments written yet.

Please login to write comment.