Color Hex Logo

#62967d Color Hex

#62967D
(98,150,125)
0 Favorites   0 Comments

Color spaces of #62967d

RGB 98150125
HSL0.420.210.49
HSV151°35°59°
CMYK 0.350.000.17   0.41
XYZ19.645025.890023.3639
Yxy25.89000.28510.3758
Hunter Lab50.8822-20.12728.3930
CIE-Lab57.9325-23.04957.7337

#62967d color RGB value is (98,150,125).

#62967d hex color red value is 98, green value is 150 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #62967d hue: 0.42 , saturation: 0.21 and the lightness value of 62967d is 0.49.

The process color (four color CMYK) of #62967d color hex is 0.35, 0.00, 0.17, 0.41. Web safe color of #62967d is #669966. Color #62967d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010110 01111101
Octal 142 226 175
Decimal 98 150 125
Hex 62 96 7D

RGB Percentages of Color #62967d

%26.27
%40.21
%33.51

CMYK Percentages of Color #62967d

%35
%0
%17
%41

Triadic Colors of #62967d

#62967d #7d6296 #967d62

Analogous Colors of #62967d

#62967d #629596 #629663

Monochromatic Colors of #62967d

#62967d

Complementary Color

#62967d #96627b

#62967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#62967d Color CSS Codes

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

#62967d Text Font Color

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

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


#62967d Background Color

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

This div background color is #62967d


#62967d Border Color

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

This div border color is #62967d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,150,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62967d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62967d;
  -webkit-box-shadow: 1px 1px 3px 2px #62967d;
  box-shadow:         1px 1px 3px 2px #62967d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,150,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62967d

#62967d Color Palettes


Comments

No comments written yet.

Please login to write comment.