Color Hex Logo

#659edf Color Hex

#659EDF
(101,158,223)
0 Favorites   0 Comments

Color spaces of #659edf

RGB 101158223
HSL0.590.660.64
HSV212°55°87°
CMYK 0.550.290.00   0.13
XYZ30.913032.548174.4652
Yxy32.54810.22410.2360
Hunter Lab57.0509-3.1191-37.4520
CIE-Lab63.7933-0.0852-38.6342

#659edf color RGB value is (101,158,223).

#659edf hex color red value is 101, green value is 158 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #659edf hue: 0.59 , saturation: 0.66 and the lightness value of 659edf is 0.64.

The process color (four color CMYK) of #659edf color hex is 0.55, 0.29, 0.00, 0.13. Web safe color of #659edf is #6699cc. Color #659edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011110 11011111
Octal 145 236 337
Decimal 101 158 223
Hex 65 9E DF

RGB Percentages of Color #659edf

%20.95
%32.78
%46.27

CMYK Percentages of Color #659edf

%55
%29
%0
%13

Triadic Colors of #659edf

#659edf #df659e #9edf65

Analogous Colors of #659edf

#659edf #6965df #65dbdf

Monochromatic Colors of #659edf

#659edf

Complementary Color

#659edf #dfa665

#659edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#659edf Color CSS Codes

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

#659edf Text Font Color

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

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


#659edf Background Color

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

This div background color is #659edf


#659edf Border Color

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

This div border color is #659edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659edf


Comments

No comments written yet.

Please login to write comment.