Color Hex Logo

#388382 Color Hex

#388382
(56,131,130)
0 Favorites   0 Comments

Color spaces of #388382

RGB 56131130
HSL0.500.400.37
HSV179°57°51°
CMYK 0.570.000.01   0.49
XYZ13.776518.685123.9996
Yxy18.68510.24400.3309
Hunter Lab43.2263-18.7568-2.6599
CIE-Lab50.3167-23.2024-6.4731

#388382 color RGB value is (56,131,130).

#388382 hex color red value is 56, green value is 131 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #388382 hue: 0.50 , saturation: 0.40 and the lightness value of 388382 is 0.37.

The process color (four color CMYK) of #388382 color hex is 0.57, 0.00, 0.01, 0.49. Web safe color of #388382 is #339999. Color #388382 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000011 10000010
Octal 70 203 202
Decimal 56 131 130
Hex 38 83 82

RGB Percentages of Color #388382

%17.67
%41.32
%41.01

CMYK Percentages of Color #388382

%57
%0
%1
%49

Triadic Colors of #388382

#388382 #823883 #838238

Analogous Colors of #388382

#388382 #385f83 #38835d

Monochromatic Colors of #388382

#388382

Complementary Color

#388382 #833839

#388382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388382 Color CSS Codes

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

#388382 Text Font Color

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

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


#388382 Background Color

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

This div background color is #388382


#388382 Border Color

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

This div border color is #388382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388382


Comments

No comments written yet.

Please login to write comment.