Color Hex Logo

#388188 Color Hex

#388188
(56,129,136)
0 Favorites   0 Comments

Color spaces of #388188

RGB 56129136
HSL0.510.420.38
HSV185°59°53°
CMYK 0.590.050.00   0.47
XYZ13.925118.318826.0945
Yxy18.31880.23870.3140
Hunter Lab42.8005-16.8260-6.1875
CIE-Lab49.8805-20.3812-10.6428

#388188 color RGB value is (56,129,136).

#388188 hex color red value is 56, green value is 129 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #388188 hue: 0.51 , saturation: 0.42 and the lightness value of 388188 is 0.38.

The process color (four color CMYK) of #388188 color hex is 0.59, 0.05, 0.00, 0.47. Web safe color of #388188 is #339999. Color #388188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000001 10001000
Octal 70 201 210
Decimal 56 129 136
Hex 38 81 88

RGB Percentages of Color #388188

%17.45
%40.19
%42.37

CMYK Percentages of Color #388188

%59
%5
%0
%47

Triadic Colors of #388188

#388188 #883881 #818838

Analogous Colors of #388188

#388188 #385988 #388867

Monochromatic Colors of #388188

#388188

Complementary Color

#388188 #883f38

#388188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388188 Color CSS Codes

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

#388188 Text Font Color

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

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


#388188 Background Color

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

This div background color is #388188


#388188 Border Color

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

This div border color is #388188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388188


Comments

No comments written yet.

Please login to write comment.