Color Hex Logo

#398868 Color Hex

#398868
(57,136,104)
0 Favorites   0 Comments

Color spaces of #398868

RGB 57136104
HSL0.430.410.38
HSV156°58°53°
CMYK 0.580.000.24   0.47
XYZ12.990219.477716.1716
Yxy19.47770.26710.4005
Hunter Lab44.1335-24.69439.1682
CIE-Lab51.2415-32.283410.0177

#398868 color RGB value is (57,136,104).

#398868 hex color red value is 57, green value is 136 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #398868 hue: 0.43 , saturation: 0.41 and the lightness value of 398868 is 0.38.

The process color (four color CMYK) of #398868 color hex is 0.58, 0.00, 0.24, 0.47. Web safe color of #398868 is #339966. Color #398868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001000 01101000
Octal 71 210 150
Decimal 57 136 104
Hex 39 88 68

RGB Percentages of Color #398868

%19.19
%45.79
%35.02

CMYK Percentages of Color #398868

%58
%0
%24
%47

Triadic Colors of #398868

#398868 #683988 #886839

Analogous Colors of #398868

#398868 #398188 #398841

Monochromatic Colors of #398868

#398868

Complementary Color

#398868 #883959

#398868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#398868 Color CSS Codes

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

#398868 Text Font Color

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

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


#398868 Background Color

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

This div background color is #398868


#398868 Border Color

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

This div border color is #398868


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,136,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398868; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398868;
  -webkit-box-shadow: 1px 1px 3px 2px #398868;
  box-shadow:         1px 1px 3px 2px #398868; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398868


Comments

No comments written yet.

Please login to write comment.