Color Hex Logo

#389aeb Color Hex

#389AEB
(56,154,235)
0 Favorites   0 Comments

Color spaces of #389aeb

RGB 56154235
HSL0.580.820.57
HSV207°76°92°
CMYK 0.760.340.00   0.08
XYZ28.181929.950182.8929
Yxy29.95010.19980.2124
Hunter Lab54.7267-3.8518-51.4961
CIE-Lab61.6111-1.1193-48.8080

#389aeb color RGB value is (56,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011010 11101011
Octal 70 232 353
Decimal 56 154 235
Hex 38 9A EB

RGB Percentages of Color #389aeb

%12.58
%34.61
%52.81

CMYK Percentages of Color #389aeb

%76
%34
%0
%8

Triadic Colors of #389aeb

#389aeb #eb389a #9aeb38

Analogous Colors of #389aeb

#389aeb #3840eb #38ebe3

Monochromatic Colors of #389aeb

#389aeb

Complementary Color

#389aeb #eb8938

#389aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#389aeb Color CSS Codes

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

#389aeb Text Font Color

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

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


#389aeb Background Color

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

This div background color is #389aeb


#389aeb Border Color

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

This div border color is #389aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389aeb


Comments

No comments written yet.

Please login to write comment.