Color Hex Logo

#38858e Color Hex

#38858E
(56,133,142)
0 Favorites   0 Comments

Color spaces of #38858e

RGB 56133142
HSL0.520.430.39
HSV186°61°56°
CMYK 0.610.060.00   0.44
XYZ14.900919.568828.5830
Yxy19.56880.23630.3104
Hunter Lab44.2366-17.2872-7.3439
CIE-Lab51.3461-20.6800-11.9457

#38858e color RGB value is (56,133,142).

#38858e hex color red value is 56, green value is 133 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #38858e hue: 0.52 , saturation: 0.43 and the lightness value of 38858e is 0.39.

The process color (four color CMYK) of #38858e color hex is 0.61, 0.06, 0.00, 0.44. Web safe color of #38858e is #339999. Color #38858e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000101 10001110
Octal 70 205 216
Decimal 56 133 142
Hex 38 85 8E

RGB Percentages of Color #38858e

%16.92
%40.18
%42.90

CMYK Percentages of Color #38858e

%61
%6
%0
%44

Triadic Colors of #38858e

#38858e #8e3885 #858e38

Analogous Colors of #38858e

#38858e #385a8e #388e6c

Monochromatic Colors of #38858e

#38858e

Complementary Color

#38858e #8e4138

#38858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38858e Color CSS Codes

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

#38858e Text Font Color

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

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


#38858e Background Color

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

This div background color is #38858e


#38858e Border Color

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

This div border color is #38858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38858e


Comments

No comments written yet.

Please login to write comment.