Color Hex Logo

#65c6eb Color Hex

#65C6EB
(101,198,235)
0 Favorites   0 Comments

Color spaces of #65c6eb

RGB 101198235
HSL0.550.770.66
HSV197°57°92°
CMYK 0.570.160.00   0.08
XYZ40.556349.153085.9472
Yxy49.15300.23090.2798
Hunter Lab70.1092-19.4336-23.6075
CIE-Lab75.5464-18.1732-26.9976

#65c6eb color RGB value is (101,198,235).

#65c6eb hex color red value is 101, green value is 198 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #65c6eb hue: 0.55 , saturation: 0.77 and the lightness value of 65c6eb is 0.66.

The process color (four color CMYK) of #65c6eb color hex is 0.57, 0.16, 0.00, 0.08. Web safe color of #65c6eb is #66ccff. Color #65c6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11000110 11101011
Octal 145 306 353
Decimal 101 198 235
Hex 65 C6 EB

RGB Percentages of Color #65c6eb

%18.91
%37.08
%44.01

CMYK Percentages of Color #65c6eb

%57
%16
%0
%8

Triadic Colors of #65c6eb

#65c6eb #eb65c6 #c6eb65

Analogous Colors of #65c6eb

#65c6eb #6583eb #65ebcd

Monochromatic Colors of #65c6eb

#65c6eb

Complementary Color

#65c6eb #eb8a65

#65c6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65c6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65c6eb Color CSS Codes

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

#65c6eb Text Font Color

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

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


#65c6eb Background Color

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

This div background color is #65c6eb


#65c6eb Border Color

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

This div border color is #65c6eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,198,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65c6eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65c6eb;
  -webkit-box-shadow: 1px 1px 3px 2px #65c6eb;
  box-shadow:         1px 1px 3px 2px #65c6eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65c6eb


Comments

No comments written yet.

Please login to write comment.