Color Hex Logo

#38656c Color Hex

#38656C
(56,101,108)
0 Favorites   0 Comments

Color spaces of #38656c

RGB 56101108
HSL0.520.320.32
HSV188°48°42°
CMYK 0.480.060.00   0.58
XYZ8.991311.230815.8812
Yxy11.23080.24900.3111
Hunter Lab33.5124-10.7555-4.6383
CIE-Lab39.9665-13.4117-8.7840

#38656c color RGB value is (56,101,108).

#38656c hex color red value is 56, green value is 101 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #38656c hue: 0.52 , saturation: 0.32 and the lightness value of 38656c is 0.32.

The process color (four color CMYK) of #38656c color hex is 0.48, 0.06, 0.00, 0.58. Web safe color of #38656c is #336666. Color #38656c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100101 01101100
Octal 70 145 154
Decimal 56 101 108
Hex 38 65 6C

RGB Percentages of Color #38656c

%21.13
%38.11
%40.75

CMYK Percentages of Color #38656c

%48
%6
%0
%58

Triadic Colors of #38656c

#38656c #6c3865 #656c38

Analogous Colors of #38656c

#38656c #384b6c #386c59

Monochromatic Colors of #38656c

#38656c

Complementary Color

#38656c #6c3f38

#38656c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38656c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38656c Color CSS Codes

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

#38656c Text Font Color

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

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


#38656c Background Color

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

This div background color is #38656c


#38656c Border Color

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

This div border color is #38656c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,101,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38656c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38656c;
  -webkit-box-shadow: 1px 1px 3px 2px #38656c;
  box-shadow:         1px 1px 3px 2px #38656c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38656c


Comments

No comments written yet.

Please login to write comment.