Color Hex Logo

#38708a Color Hex

#38708A
(56,112,138)
0 Favorites   0 Comments

Color spaces of #38708a

RGB 56112138
HSL0.550.420.38
HSV199°59°54°
CMYK 0.590.190.00   0.46
XYZ12.012514.264126.1649
Yxy14.26410.22910.2720
Hunter Lab37.7678-9.3197-14.6376
CIE-Lab44.6093-10.3273-19.8427

#38708a color RGB value is (56,112,138).

#38708a hex color red value is 56, green value is 112 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #38708a hue: 0.55 , saturation: 0.42 and the lightness value of 38708a is 0.38.

The process color (four color CMYK) of #38708a color hex is 0.59, 0.19, 0.00, 0.46. Web safe color of #38708a is #336699. Color #38708a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110000 10001010
Octal 70 160 212
Decimal 56 112 138
Hex 38 70 8A

RGB Percentages of Color #38708a

%18.30
%36.60
%45.10

CMYK Percentages of Color #38708a

%59
%19
%0
%46

Triadic Colors of #38708a

#38708a #8a3870 #708a38

Analogous Colors of #38708a

#38708a #38478a #388a7b

Monochromatic Colors of #38708a

#38708a

Complementary Color

#38708a #8a5238

#38708a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38708a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38708a Color CSS Codes

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

#38708a Text Font Color

<p style="color:#38708a">Text here</p>

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


#38708a Background Color

<div style="background-color:#38708a">
Div content here</div>

This div background color is #38708a


#38708a Border Color

<div style="border:3px solid #38708a">
Div here</div>

This div border color is #38708a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,112,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38708a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38708a;
  -webkit-box-shadow: 1px 1px 3px 2px #38708a;
  box-shadow:         1px 1px 3px 2px #38708a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38708a


Comments

No comments written yet.

Please login to write comment.