Color Hex Logo

#388eba Color Hex

#388EBA
(56,142,186)
0 Favorites   0 Comments

Color spaces of #388eba

RGB 56142186
HSL0.560.540.47
HSV200°70°73°
CMYK 0.700.240.00   0.27
XYZ20.166823.731949.9722
Yxy23.73190.21480.2528
Hunter Lab48.7154-11.3580-26.7188
CIE-Lab55.8184-11.3423-30.4469

#388eba color RGB value is (56,142,186).

#388eba hex color red value is 56, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #388eba hue: 0.56 , saturation: 0.54 and the lightness value of 388eba is 0.47.

The process color (four color CMYK) of #388eba color hex is 0.70, 0.24, 0.00, 0.27. Web safe color of #388eba is #3399cc. Color #388eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001110 10111010
Octal 70 216 272
Decimal 56 142 186
Hex 38 8E BA

RGB Percentages of Color #388eba

%14.58
%36.98
%48.44

CMYK Percentages of Color #388eba

%70
%24
%0
%27

Triadic Colors of #388eba

#388eba #ba388e #8eba38

Analogous Colors of #388eba

#388eba #384dba #38baa5

Monochromatic Colors of #388eba

#388eba

Complementary Color

#388eba #ba6438

#388eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#388eba Color CSS Codes

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

#388eba Text Font Color

<p style="color:#388eba">Text here</p>

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


#388eba Background Color

<div style="background-color:#388eba">
Div content here</div>

This div background color is #388eba


#388eba Border Color

<div style="border:3px solid #388eba">
Div here</div>

This div border color is #388eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,142,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #388eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #388eba;
  -webkit-box-shadow: 1px 1px 3px 2px #388eba;
  box-shadow:         1px 1px 3px 2px #388eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388eba


Comments

No comments written yet.

Please login to write comment.