Color Hex Logo

#658aba Color Hex

#658ABA
(101,138,186)
0 Favorites   0 Comments

Color spaces of #658aba

RGB 101138186
HSL0.590.380.56
HSV214°46°73°
CMYK 0.460.260.00   0.27
XYZ23.318224.488849.9522
Yxy24.48880.23850.2505
Hunter Lab49.4862-2.4904-25.2081
CIE-Lab56.57390.1895-29.1236

#658aba color RGB value is (101,138,186).

#658aba hex color red value is 101, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #658aba hue: 0.59 , saturation: 0.38 and the lightness value of 658aba is 0.56.

The process color (four color CMYK) of #658aba color hex is 0.46, 0.26, 0.00, 0.27. Web safe color of #658aba is #6699cc. Color #658aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10001010 10111010
Octal 145 212 272
Decimal 101 138 186
Hex 65 8A BA

RGB Percentages of Color #658aba

%23.76
%32.47
%43.76

CMYK Percentages of Color #658aba

%46
%26
%0
%27

Triadic Colors of #658aba

#658aba #ba658a #8aba65

Analogous Colors of #658aba

#658aba #6b65ba #65b5ba

Monochromatic Colors of #658aba

#658aba

Complementary Color

#658aba #ba9565

#658aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#658aba Color CSS Codes

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

#658aba Text Font Color

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

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


#658aba Background Color

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

This div background color is #658aba


#658aba Border Color

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

This div border color is #658aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,138,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658aba


Comments

No comments written yet.

Please login to write comment.