Color Hex Logo

#388869 Color Hex

#388869
(56,136,105)
0 Favorites   0 Comments

Color spaces of #388869

RGB 56136105
HSL0.440.420.38
HSV157°59°53°
CMYK 0.590.000.23   0.47
XYZ12.984819.469016.4381
Yxy19.46900.26560.3982
Hunter Lab44.1237-24.68728.7983
CIE-Lab51.2315-32.27599.4218

#388869 color RGB value is (56,136,105).

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

The process color (four color CMYK) of #388869 color hex is 0.59, 0.00, 0.23, 0.47. Web safe color of #388869 is #339966. Color #388869 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001000 01101001
Octal 70 210 151
Decimal 56 136 105
Hex 38 88 69

RGB Percentages of Color #388869

%18.86
%45.79
%35.35

CMYK Percentages of Color #388869

%59
%0
%23
%47

Triadic Colors of #388869

#388869 #693888 #886938

Analogous Colors of #388869

#388869 #387f88 #388841

Monochromatic Colors of #388869

#388869

Complementary Color

#388869 #883857

#388869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388869 Color CSS Codes

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

#388869 Text Font Color

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

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


#388869 Background Color

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

This div background color is #388869


#388869 Border Color

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

This div border color is #388869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388869


Comments

No comments written yet.

Please login to write comment.