Color Hex Logo

#38889f Color Hex

#38889F
(56,136,159)
0 Favorites   0 Comments

Color spaces of #38889f

RGB 56136159
HSL0.540.480.42
HSV193°65°62°
CMYK 0.650.140.00   0.38
XYZ16.693120.952335.9653
Yxy20.95230.22680.2846
Hunter Lab45.7737-15.0072-14.5438
CIE-Lab52.8973-16.9635-19.4636

#38889f color RGB value is (56,136,159).

#38889f hex color red value is 56, green value is 136 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #38889f hue: 0.54 , saturation: 0.48 and the lightness value of 38889f is 0.42.

The process color (four color CMYK) of #38889f color hex is 0.65, 0.14, 0.00, 0.38. Web safe color of #38889f is #339999. Color #38889f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001000 10011111
Octal 70 210 237
Decimal 56 136 159
Hex 38 88 9F

RGB Percentages of Color #38889f

%15.95
%38.75
%45.30

CMYK Percentages of Color #38889f

%65
%14
%0
%38

Triadic Colors of #38889f

#38889f #9f3888 #889f38

Analogous Colors of #38889f

#38889f #38559f #389f83

Monochromatic Colors of #38889f

#38889f

Complementary Color

#38889f #9f4f38

#38889f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38889f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38889f Color CSS Codes

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

#38889f Text Font Color

<p style="color:#38889f">Text here</p>

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


#38889f Background Color

<div style="background-color:#38889f">
Div content here</div>

This div background color is #38889f


#38889f Border Color

<div style="border:3px solid #38889f">
Div here</div>

This div border color is #38889f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,136,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38889f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38889f;
  -webkit-box-shadow: 1px 1px 3px 2px #38889f;
  box-shadow:         1px 1px 3px 2px #38889f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38889f


Comments

No comments written yet.

Please login to write comment.