Color Hex Logo

#38554e Color Hex

#38554E
(56,85,78)
0 Favorites   0 Comments

Color spaces of #38554e

RGB 568578
HSL0.460.210.28
HSV166°34°33°
CMYK 0.340.000.08   0.67
XYZ6.25457.88788.4006
Yxy7.88780.27740.3499
Hunter Lab28.0852-9.39771.9254
CIE-Lab33.7481-12.56950.6300

#38554e color RGB value is (56,85,78).

#38554e hex color red value is 56, green value is 85 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #38554e hue: 0.46 , saturation: 0.21 and the lightness value of 38554e is 0.28.

The process color (four color CMYK) of #38554e color hex is 0.34, 0.00, 0.08, 0.67. Web safe color of #38554e is #336666. Color #38554e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010101 01001110
Octal 70 125 116
Decimal 56 85 78
Hex 38 55 4E

RGB Percentages of Color #38554e

%25.57
%38.81
%35.62

CMYK Percentages of Color #38554e

%34
%0
%8
%67

Triadic Colors of #38554e

#38554e #4e3855 #554e38

Analogous Colors of #38554e

#38554e #384e55 #385540

Monochromatic Colors of #38554e

#38554e

Complementary Color

#38554e #55383f

#38554e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38554e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38554e Color CSS Codes

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

#38554e Text Font Color

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

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


#38554e Background Color

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

This div background color is #38554e


#38554e Border Color

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

This div border color is #38554e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,85,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38554e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38554e;
  -webkit-box-shadow: 1px 1px 3px 2px #38554e;
  box-shadow:         1px 1px 3px 2px #38554e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38554e


Comments

No comments written yet.

Please login to write comment.