Color Hex Logo

#65afff Color Hex

#65AFFF
(101,175,255)
0 Favorites   0 Comments

Color spaces of #65afff

RGB 101175255
HSL0.591.000.70
HSV211°60°100°
CMYK 0.600.310.00   0.00
XYZ38.746840.6466100.4112
Yxy40.64660.21550.2261
Hunter Lab63.7547-3.0876-48.7512
CIE-Lab69.92760.3621-46.5212

#65afff color RGB value is (101,175,255).

#65afff hex color red value is 101, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #65afff hue: 0.59 , saturation: 1.00 and the lightness value of 65afff is 0.70.

The process color (four color CMYK) of #65afff color hex is 0.60, 0.31, 0.00, 0.00. Web safe color of #65afff is #6699ff. Color #65afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101111 11111111
Octal 145 257 377
Decimal 101 175 255
Hex 65 AF FF

RGB Percentages of Color #65afff

%19.02
%32.96
%48.02

CMYK Percentages of Color #65afff

%60
%31
%0
%0

Triadic Colors of #65afff

#65afff #ff65af #afff65

Analogous Colors of #65afff

#65afff #6865ff #65fcff

Monochromatic Colors of #65afff

#65afff

Complementary Color

#65afff #ffb565

#65afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#65afff Color CSS Codes

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

#65afff Text Font Color

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

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


#65afff Background Color

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

This div background color is #65afff


#65afff Border Color

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

This div border color is #65afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65afff

Related Colors


Comments

No comments written yet.

Please login to write comment.