Color Hex Logo

#389ede Color Hex

#389EDE
(56,158,222)
0 Favorites   0 Comments

Color spaces of #389ede

RGB 56158222
HSL0.560.720.55
HSV203°75°87°
CMYK 0.750.290.00   0.13
XYZ27.042630.568473.5822
Yxy30.56840.20610.2330
Hunter Lab55.2887-9.4480-40.2053
CIE-Lab62.1416-7.9605-40.7827

#389ede color RGB value is (56,158,222).

#389ede hex color red value is 56, green value is 158 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #389ede hue: 0.56 , saturation: 0.72 and the lightness value of 389ede is 0.55.

The process color (four color CMYK) of #389ede color hex is 0.75, 0.29, 0.00, 0.13. Web safe color of #389ede is #3399cc. Color #389ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011110 11011110
Octal 70 236 336
Decimal 56 158 222
Hex 38 9E DE

RGB Percentages of Color #389ede

%12.84
%36.24
%50.92

CMYK Percentages of Color #389ede

%75
%29
%0
%13

Triadic Colors of #389ede

#389ede #de389e #9ede38

Analogous Colors of #389ede

#389ede #384bde #38decb

Monochromatic Colors of #389ede

#389ede

Complementary Color

#389ede #de7838

#389ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#389ede Color CSS Codes

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

#389ede Text Font Color

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

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


#389ede Background Color

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

This div background color is #389ede


#389ede Border Color

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

This div border color is #389ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389ede


Comments

No comments written yet.

Please login to write comment.