Color Hex Logo

#389eda Color Hex

#389EDA
(56,158,218)
0 Favorites   0 Comments

Color spaces of #389eda

RGB 56158218
HSL0.560.690.54
HSV202°74°85°
CMYK 0.740.280.00   0.15
XYZ26.512630.356470.7917
Yxy30.35640.20770.2378
Hunter Lab55.0966-10.5246-37.6119
CIE-Lab61.9605-9.3426-38.8476

#389eda color RGB value is (56,158,218).

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

The process color (four color CMYK) of #389eda color hex is 0.74, 0.28, 0.00, 0.15. Web safe color of #389eda is #3399cc. Color #389eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011110 11011010
Octal 70 236 332
Decimal 56 158 218
Hex 38 9E DA

RGB Percentages of Color #389eda

%12.96
%36.57
%50.46

CMYK Percentages of Color #389eda

%74
%28
%0
%15

Triadic Colors of #389eda

#389eda #da389e #9eda38

Analogous Colors of #389eda

#389eda #384dda #38dac5

Monochromatic Colors of #389eda

#389eda

Complementary Color

#389eda #da7438

#389eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#389eda Color CSS Codes

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

#389eda Text Font Color

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

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


#389eda Background Color

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

This div background color is #389eda


#389eda Border Color

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

This div border color is #389eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389eda


Comments

No comments written yet.

Please login to write comment.