Color Hex Logo

#38555e Color Hex

#38555E
(56,85,94)
0 Favorites   0 Comments

Color spaces of #38555e

RGB 568594
HSL0.540.250.29
HSV194°40°37°
CMYK 0.400.100.00   0.63
XYZ6.89988.145911.7983
Yxy8.14590.25700.3035
Hunter Lab28.5410-6.7944-4.5306
CIE-Lab34.2849-8.1669-8.6509

#38555e color RGB value is (56,85,94).

#38555e hex color red value is 56, green value is 85 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #38555e hue: 0.54 , saturation: 0.25 and the lightness value of 38555e is 0.29.

The process color (four color CMYK) of #38555e color hex is 0.40, 0.10, 0.00, 0.63. Web safe color of #38555e is #336666. Color #38555e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010101 01011110
Octal 70 125 136
Decimal 56 85 94
Hex 38 55 5E

RGB Percentages of Color #38555e

%23.83
%36.17
%40.00

CMYK Percentages of Color #38555e

%40
%10
%0
%63

Triadic Colors of #38555e

#38555e #5e3855 #555e38

Analogous Colors of #38555e

#38555e #38425e #385e54

Monochromatic Colors of #38555e

#38555e

Complementary Color

#38555e #5e4138

#38555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38555e Color CSS Codes

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

#38555e Text Font Color

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

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


#38555e Background Color

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

This div background color is #38555e


#38555e Border Color

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

This div border color is #38555e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38555e


Comments

No comments written yet.

Please login to write comment.