Color Hex Logo

#389aab Color Hex

#389AAB
(56,154,171)
0 Favorites   0 Comments

Color spaces of #389aab

RGB 56154171
HSL0.520.510.45
HSV189°67°67°
CMYK 0.670.100.00   0.33
XYZ20.537226.892242.6364
Yxy26.89220.22800.2986
Hunter Lab51.8577-20.0596-12.4467
CIE-Lab58.8744-22.7002-17.2261

#389aab color RGB value is (56,154,171).

#389aab hex color red value is 56, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #389aab hue: 0.52 , saturation: 0.51 and the lightness value of 389aab is 0.45.

The process color (four color CMYK) of #389aab color hex is 0.67, 0.10, 0.00, 0.33. Web safe color of #389aab is #339999. Color #389aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011010 10101011
Octal 70 232 253
Decimal 56 154 171
Hex 38 9A AB

RGB Percentages of Color #389aab

%14.70
%40.42
%44.88

CMYK Percentages of Color #389aab

%67
%10
%0
%33

Triadic Colors of #389aab

#389aab #ab389a #9aab38

Analogous Colors of #389aab

#389aab #3861ab #38ab83

Monochromatic Colors of #389aab

#389aab

Complementary Color

#389aab #ab4938

#389aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#389aab Color CSS Codes

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

#389aab Text Font Color

<p style="color:#389aab">Text here</p>

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


#389aab Background Color

<div style="background-color:#389aab">
Div content here</div>

This div background color is #389aab


#389aab Border Color

<div style="border:3px solid #389aab">
Div here</div>

This div border color is #389aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,154,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #389aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #389aab;
  -webkit-box-shadow: 1px 1px 3px 2px #389aab;
  box-shadow:         1px 1px 3px 2px #389aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389aab


Comments

No comments written yet.

Please login to write comment.