Color Hex Logo

#388bae Color Hex

#388BAE
(56,139,174)
0 Favorites   0 Comments

Color spaces of #388bae

RGB 56139174
HSL0.550.510.45
HSV198°68°68°
CMYK 0.680.200.00   0.32
XYZ18.503522.362043.3855
Yxy22.36200.21960.2654
Hunter Lab47.2885-12.9096-21.2945
CIE-Lab54.4090-13.7026-25.7770

#388bae color RGB value is (56,139,174).

#388bae hex color red value is 56, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #388bae hue: 0.55 , saturation: 0.51 and the lightness value of 388bae is 0.45.

The process color (four color CMYK) of #388bae color hex is 0.68, 0.20, 0.00, 0.32. Web safe color of #388bae is #339999. Color #388bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001011 10101110
Octal 70 213 256
Decimal 56 139 174
Hex 38 8B AE

RGB Percentages of Color #388bae

%15.18
%37.67
%47.15

CMYK Percentages of Color #388bae

%68
%20
%0
%32

Triadic Colors of #388bae

#388bae #ae388b #8bae38

Analogous Colors of #388bae

#388bae #3850ae #38ae96

Monochromatic Colors of #388bae

#388bae

Complementary Color

#388bae #ae5b38

#388bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#388bae Color CSS Codes

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

#388bae Text Font Color

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

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


#388bae Background Color

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

This div background color is #388bae


#388bae Border Color

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

This div border color is #388bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388bae


Comments

No comments written yet.

Please login to write comment.