Color Hex Logo

#659888 Color Hex

#659888
(101,152,136)
0 Favorites   0 Comments

Color spaces of #659888

RGB 101152136
HSL0.450.200.50
HSV161°34°60°
CMYK 0.340.000.11   0.40
XYZ21.039027.000727.3953
Yxy27.00070.27890.3579
Hunter Lab51.9622-18.66095.1149
CIE-Lab58.9750-20.70973.0064

#659888 color RGB value is (101,152,136).

#659888 hex color red value is 101, green value is 152 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #659888 hue: 0.45 , saturation: 0.20 and the lightness value of 659888 is 0.50.

The process color (four color CMYK) of #659888 color hex is 0.34, 0.00, 0.11, 0.40. Web safe color of #659888 is #669999. Color #659888 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011000 10001000
Octal 145 230 210
Decimal 101 152 136
Hex 65 98 88

RGB Percentages of Color #659888

%25.96
%39.07
%34.96

CMYK Percentages of Color #659888

%34
%0
%11
%40

Triadic Colors of #659888

#659888 #886598 #988865

Analogous Colors of #659888

#659888 #658f98 #65986f

Monochromatic Colors of #659888

#659888

Complementary Color

#659888 #986575

#659888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#659888 Color CSS Codes

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

#659888 Text Font Color

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

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


#659888 Background Color

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

This div background color is #659888


#659888 Border Color

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

This div border color is #659888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659888


Comments

No comments written yet.

Please login to write comment.