Color Hex Logo

#38949d Color Hex

#38949D
(56,148,157)
0 Favorites   0 Comments

Color spaces of #38949d

RGB 56148157
HSL0.510.470.42
HSV185°64°62°
CMYK 0.640.060.00   0.38
XYZ18.306624.454935.6537
Yxy24.45490.23350.3119
Hunter Lab49.4519-20.4619-8.1304
CIE-Lab56.5404-23.9212-12.7818

#38949d color RGB value is (56,148,157).

#38949d hex color red value is 56, green value is 148 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #38949d hue: 0.51 , saturation: 0.47 and the lightness value of 38949d is 0.42.

The process color (four color CMYK) of #38949d color hex is 0.64, 0.06, 0.00, 0.38. Web safe color of #38949d is #339999. Color #38949d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010100 10011101
Octal 70 224 235
Decimal 56 148 157
Hex 38 94 9D

RGB Percentages of Color #38949d

%15.51
%41.00
%43.49

CMYK Percentages of Color #38949d

%64
%6
%0
%38

Triadic Colors of #38949d

#38949d #9d3894 #949d38

Analogous Colors of #38949d

#38949d #38629d #389d74

Monochromatic Colors of #38949d

#38949d

Complementary Color

#38949d #9d4138

#38949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38949d Color CSS Codes

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

#38949d Text Font Color

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

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


#38949d Background Color

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

This div background color is #38949d


#38949d Border Color

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

This div border color is #38949d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,148,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38949d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38949d;
  -webkit-box-shadow: 1px 1px 3px 2px #38949d;
  box-shadow:         1px 1px 3px 2px #38949d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38949d


Comments

No comments written yet.

Please login to write comment.