Color Hex Logo

#659ebc Color Hex

#659EBC
(101,158,188)
0 Favorites   0 Comments

Color spaces of #659ebc

RGB 101158188
HSL0.560.390.57
HSV201°46°74°
CMYK 0.460.160.00   0.26
XYZ26.670830.851352.1261
Yxy30.85130.24320.2814
Hunter Lab55.5439-11.4907-16.7609
CIE-Lab62.3819-10.5104-21.3158

#659ebc color RGB value is (101,158,188).

#659ebc hex color red value is 101, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #659ebc hue: 0.56 , saturation: 0.39 and the lightness value of 659ebc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011110 10111100
Octal 145 236 274
Decimal 101 158 188
Hex 65 9E BC

RGB Percentages of Color #659ebc

%22.60
%35.35
%42.06

CMYK Percentages of Color #659ebc

%46
%16
%0
%26

Triadic Colors of #659ebc

#659ebc #bc659e #9ebc65

Analogous Colors of #659ebc

#659ebc #6573bc #65bcaf

Monochromatic Colors of #659ebc

#659ebc

Complementary Color

#659ebc #bc8365

#659ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#659ebc Color CSS Codes

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

#659ebc Text Font Color

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

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


#659ebc Background Color

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

This div background color is #659ebc


#659ebc Border Color

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

This div border color is #659ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,158,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #659ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #659ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #659ebc;
  box-shadow:         1px 1px 3px 2px #659ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659ebc


Comments

No comments written yet.

Please login to write comment.