Color Hex Logo

#388690 Color Hex

#388690
(56,134,144)
0 Favorites   0 Comments

Color spaces of #388690

RGB 56134144
HSL0.520.440.39
HSV187°61°56°
CMYK 0.610.070.00   0.44
XYZ15.190019.904629.4269
Yxy19.90460.23540.3085
Hunter Lab44.6146-17.3013-7.8763
CIE-Lab51.7292-20.5986-12.5334

#388690 color RGB value is (56,134,144).

#388690 hex color red value is 56, green value is 134 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #388690 hue: 0.52 , saturation: 0.44 and the lightness value of 388690 is 0.39.

The process color (four color CMYK) of #388690 color hex is 0.61, 0.07, 0.00, 0.44. Web safe color of #388690 is #339999. Color #388690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000110 10010000
Octal 70 206 220
Decimal 56 134 144
Hex 38 86 90

RGB Percentages of Color #388690

%16.77
%40.12
%43.11

CMYK Percentages of Color #388690

%61
%7
%0
%44

Triadic Colors of #388690

#388690 #903886 #869038

Analogous Colors of #388690

#388690 #385a90 #38906e

Monochromatic Colors of #388690

#388690

Complementary Color

#388690 #904238

#388690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388690 Color CSS Codes

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

#388690 Text Font Color

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

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


#388690 Background Color

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

This div background color is #388690


#388690 Border Color

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

This div border color is #388690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,134,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #388690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #388690;
  -webkit-box-shadow: 1px 1px 3px 2px #388690;
  box-shadow:         1px 1px 3px 2px #388690; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388690


Comments

No comments written yet.

Please login to write comment.