Color Hex Logo

#65afee Color Hex

#65AFEE
(101,175,238)
0 Favorites   0 Comments

Color spaces of #65afee

RGB 101175238
HSL0.580.800.66
HSV208°58°93°
CMYK 0.580.260.00   0.07
XYZ36.129439.599786.6282
Yxy39.59970.22250.2439
Hunter Lab62.9283-7.6412-37.5699
CIE-Lab69.1835-4.9737-38.4551

#65afee color RGB value is (101,175,238).

#65afee hex color red value is 101, green value is 175 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #65afee hue: 0.58 , saturation: 0.80 and the lightness value of 65afee is 0.66.

The process color (four color CMYK) of #65afee color hex is 0.58, 0.26, 0.00, 0.07. Web safe color of #65afee is #6699ff. Color #65afee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101111 11101110
Octal 145 257 356
Decimal 101 175 238
Hex 65 AF EE

RGB Percentages of Color #65afee

%19.65
%34.05
%46.30

CMYK Percentages of Color #65afee

%58
%26
%0
%7

Triadic Colors of #65afee

#65afee #ee65af #afee65

Analogous Colors of #65afee

#65afee #656bee #65eee9

Monochromatic Colors of #65afee

#65afee

Complementary Color

#65afee #eea465

#65afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#65afee Color CSS Codes

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

#65afee Text Font Color

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

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


#65afee Background Color

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

This div background color is #65afee


#65afee Border Color

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

This div border color is #65afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65afee


Comments

No comments written yet.

Please login to write comment.