Color Hex Logo

#3d898e Color Hex

#3D898E
(61,137,142)
0 Favorites   0 Comments

Color spaces of #3d898e

RGB 61137142
HSL0.510.400.40
HSV184°57°56°
CMYK 0.570.040.00   0.44
XYZ15.752620.836428.7828
Yxy20.83640.24100.3187
Hunter Lab45.6469-18.2823-5.4327
CIE-Lab52.7700-21.7755-9.7885

#3d898e color RGB value is (61,137,142).

#3d898e hex color red value is 61, green value is 137 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #3d898e hue: 0.51 , saturation: 0.40 and the lightness value of 3d898e is 0.40.

The process color (four color CMYK) of #3d898e color hex is 0.57, 0.04, 0.00, 0.44. Web safe color of #3d898e is #339999. Color #3d898e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10001001 10001110
Octal 75 211 216
Decimal 61 137 142
Hex 3D 89 8E

RGB Percentages of Color #3d898e

%17.94
%40.29
%41.76

CMYK Percentages of Color #3d898e

%57
%4
%0
%44

Triadic Colors of #3d898e

#3d898e #8e3d89 #898e3d

Analogous Colors of #3d898e

#3d898e #3d618e #3d8e6b

Monochromatic Colors of #3d898e

#3d898e

Complementary Color

#3d898e #8e423d

#3d898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d898e Color CSS Codes

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

#3d898e Text Font Color

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

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


#3d898e Background Color

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

This div background color is #3d898e


#3d898e Border Color

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

This div border color is #3d898e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,137,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d898e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d898e;
  -webkit-box-shadow: 1px 1px 3px 2px #3d898e;
  box-shadow:         1px 1px 3px 2px #3d898e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,137,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d898e


Comments

No comments written yet.

Please login to write comment.