Color Hex Logo

#389aec Color Hex

#389AEC
(56,154,236)
0 Favorites   0 Comments

Color spaces of #389aec

RGB 56154236
HSL0.580.830.57
HSV207°76°93°
CMYK 0.760.350.00   0.07
XYZ28.326830.008183.6560
Yxy30.00810.19950.2113
Hunter Lab54.7796-3.5612-52.1982
CIE-Lab61.6612-0.7646-49.2804

#389aec color RGB value is (56,154,236).

#389aec hex color red value is 56, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #389aec hue: 0.58 , saturation: 0.83 and the lightness value of 389aec is 0.57.

The process color (four color CMYK) of #389aec color hex is 0.76, 0.35, 0.00, 0.07. Web safe color of #389aec is #3399ff. Color #389aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011010 11101100
Octal 70 232 354
Decimal 56 154 236
Hex 38 9A EC

RGB Percentages of Color #389aec

%12.56
%34.53
%52.91

CMYK Percentages of Color #389aec

%76
%35
%0
%7

Triadic Colors of #389aec

#389aec #ec389a #9aec38

Analogous Colors of #389aec

#389aec #3840ec #38ece4

Monochromatic Colors of #389aec

#389aec

Complementary Color

#389aec #ec8a38

#389aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#389aec Color CSS Codes

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

#389aec Text Font Color

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

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


#389aec Background Color

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

This div background color is #389aec


#389aec Border Color

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

This div border color is #389aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389aec


Comments

No comments written yet.

Please login to write comment.