Color Hex Logo

#389ced Color Hex

#389CED
(56,156,237)
0 Favorites   0 Comments

Color spaces of #389ced

RGB 56156237
HSL0.570.830.57
HSV207°76°93°
CMYK 0.760.340.00   0.07
XYZ28.805430.732184.5344
Yxy30.73210.19990.2133
Hunter Lab55.4365-4.2635-51.6049
CIE-Lab62.2808-1.5649-48.8510

#389ced color RGB value is (56,156,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011100 11101101
Octal 70 234 355
Decimal 56 156 237
Hex 38 9C ED

RGB Percentages of Color #389ced

%12.47
%34.74
%52.78

CMYK Percentages of Color #389ced

%76
%34
%0
%7

Triadic Colors of #389ced

#389ced #ed389c #9ced38

Analogous Colors of #389ced

#389ced #3842ed #38ede4

Monochromatic Colors of #389ced

#389ced

Complementary Color

#389ced #ed8938

#389ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#389ced Color CSS Codes

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

#389ced Text Font Color

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

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


#389ced Background Color

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

This div background color is #389ced


#389ced Border Color

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

This div border color is #389ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389ced


Comments

No comments written yet.

Please login to write comment.