Color Hex Logo

#658a7d Color Hex

#658A7D
(101,138,125)
0 Favorites   0 Comments

Color spaces of #658a7d

RGB 101138125
HSL0.440.150.47
HSV159°27°54°
CMYK 0.270.000.09   0.46
XYZ18.157022.424322.7734
Yxy22.42430.28660.3539
Hunter Lab47.3543-14.42804.6346
CIE-Lab54.4743-15.80442.7887

#658a7d color RGB value is (101,138,125).

#658a7d hex color red value is 101, green value is 138 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #658a7d hue: 0.44 , saturation: 0.15 and the lightness value of 658a7d is 0.47.

The process color (four color CMYK) of #658a7d color hex is 0.27, 0.00, 0.09, 0.46. Web safe color of #658a7d is #669966. Color #658a7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001010 01111101
Octal 145 212 175
Decimal 101 138 125
Hex 65 8A 7D

RGB Percentages of Color #658a7d

%27.75
%37.91
%34.34

CMYK Percentages of Color #658a7d

%27
%0
%9
%46

Triadic Colors of #658a7d

#658a7d #7d658a #8a7d65

Analogous Colors of #658a7d

#658a7d #65858a #658a6b

Monochromatic Colors of #658a7d

#658a7d

Complementary Color

#658a7d #8a6572

#658a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#658a7d Color CSS Codes

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

#658a7d Text Font Color

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

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


#658a7d Background Color

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

This div background color is #658a7d


#658a7d Border Color

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

This div border color is #658a7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,138,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #658a7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #658a7d;
  -webkit-box-shadow: 1px 1px 3px 2px #658a7d;
  box-shadow:         1px 1px 3px 2px #658a7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,138,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 #658a7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658a7d


Comments

No comments written yet.

Please login to write comment.