Color Hex Logo

#389ead Color Hex

#389EAD
(56,158,173)
0 Favorites   0 Comments

Color spaces of #389ead

RGB 56158173
HSL0.520.510.45
HSV188°68°68°
CMYK 0.680.090.00   0.32
XYZ21.400628.311643.8719
Yxy28.31160.22870.3025
Hunter Lab53.2086-21.3222-11.6401
CIE-Lab60.1692-24.1343-16.3936

#389ead color RGB value is (56,158,173).

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

The process color (four color CMYK) of #389ead color hex is 0.68, 0.09, 0.00, 0.32. Web safe color of #389ead is #339999. Color #389ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011110 10101101
Octal 70 236 255
Decimal 56 158 173
Hex 38 9E AD

RGB Percentages of Color #389ead

%14.47
%40.83
%44.70

CMYK Percentages of Color #389ead

%68
%9
%0
%32

Triadic Colors of #389ead

#389ead #ad389e #9ead38

Analogous Colors of #389ead

#389ead #3863ad #38ad82

Monochromatic Colors of #389ead

#389ead

Complementary Color

#389ead #ad4738

#389ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#389ead Color CSS Codes

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

#389ead Text Font Color

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

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


#389ead Background Color

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

This div background color is #389ead


#389ead Border Color

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

This div border color is #389ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,158,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 #389ead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389ead


Comments

No comments written yet.

Please login to write comment.