Color Hex Logo

#38898a Color Hex

#38898A
(56,137,138)
0 Favorites   0 Comments

Color spaces of #38898a

RGB 56137138
HSL0.500.420.38
HSV181°59°54°
CMYK 0.590.010.00   0.46
XYZ15.164020.567127.2154
Yxy20.56710.24090.3267
Hunter Lab45.3510-19.6792-3.8346
CIE-Lab52.4724-23.9572-7.9280

#38898a color RGB value is (56,137,138).

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

The process color (four color CMYK) of #38898a color hex is 0.59, 0.01, 0.00, 0.46. Web safe color of #38898a is #339999. Color #38898a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001001 10001010
Octal 70 211 212
Decimal 56 137 138
Hex 38 89 8A

RGB Percentages of Color #38898a

%16.92
%41.39
%41.69

CMYK Percentages of Color #38898a

%59
%1
%0
%46

Triadic Colors of #38898a

#38898a #8a3889 #898a38

Analogous Colors of #38898a

#38898a #38608a #388a62

Monochromatic Colors of #38898a

#38898a

Complementary Color

#38898a #8a3938

#38898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38898a Color CSS Codes

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

#38898a Text Font Color

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

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


#38898a Background Color

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

This div background color is #38898a


#38898a Border Color

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

This div border color is #38898a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,137,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 #38898a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38898a


Comments

No comments written yet.

Please login to write comment.