Color Hex Logo

#388dae Color Hex

#388DAE
(56,141,174)
0 Favorites   0 Comments

Color spaces of #388dae

RGB 56141174
HSL0.550.510.45
HSV197°68°68°
CMYK 0.680.190.00   0.32
XYZ18.795722.946543.4829
Yxy22.94650.22050.2692
Hunter Lab47.9025-13.7906-20.2880
CIE-Lab55.0172-14.8066-24.8385

#388dae color RGB value is (56,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001101 10101110
Octal 70 215 256
Decimal 56 141 174
Hex 38 8D AE

RGB Percentages of Color #388dae

%15.09
%38.01
%46.90

CMYK Percentages of Color #388dae

%68
%19
%0
%32

Triadic Colors of #388dae

#388dae #ae388d #8dae38

Analogous Colors of #388dae

#388dae #3852ae #38ae94

Monochromatic Colors of #388dae

#388dae

Complementary Color

#388dae #ae5938

#388dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#388dae Color CSS Codes

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

#388dae Text Font Color

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

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


#388dae Background Color

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

This div background color is #388dae


#388dae Border Color

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

This div border color is #388dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,141,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 #388dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388dae


Comments

No comments written yet.

Please login to write comment.