Color Hex Logo

#389eee Color Hex

#389EEE
(56,158,238)
0 Favorites   0 Comments

Color spaces of #389eee

RGB 56158238
HSL0.570.840.58
HSV206°76°93°
CMYK 0.760.340.00   0.07
XYZ29.290431.467585.4190
Yxy31.46750.20040.2153
Hunter Lab56.0959-4.9643-51.0156
CIE-Lab62.9003-2.3607-48.4218

#389eee color RGB value is (56,158,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011110 11101110
Octal 70 236 356
Decimal 56 158 238
Hex 38 9E EE

RGB Percentages of Color #389eee

%12.39
%34.96
%52.65

CMYK Percentages of Color #389eee

%76
%34
%0
%7

Triadic Colors of #389eee

#389eee #ee389e #9eee38

Analogous Colors of #389eee

#389eee #3843ee #38eee3

Monochromatic Colors of #389eee

#389eee

Complementary Color

#389eee #ee8838

#389eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#389eee Color CSS Codes

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

#389eee Text Font Color

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

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


#389eee Background Color

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

This div background color is #389eee


#389eee Border Color

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

This div border color is #389eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389eee


Comments

No comments written yet.

Please login to write comment.