Color Hex Logo

#65afde Color Hex

#65AFDE
(101,175,222)
0 Favorites   0 Comments

Color spaces of #65afde

RGB 101175222
HSL0.560.650.63
HSV203°55°87°
CMYK 0.550.210.00   0.13
XYZ33.881638.700674.7914
Yxy38.70060.22990.2626
Hunter Lab62.2098-11.6499-27.7342
CIE-Lab68.5338-9.8463-30.7178

#65afde color RGB value is (101,175,222).

#65afde hex color red value is 101, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #65afde hue: 0.56 , saturation: 0.65 and the lightness value of 65afde is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101111 11011110
Octal 145 257 336
Decimal 101 175 222
Hex 65 AF DE

RGB Percentages of Color #65afde

%20.28
%35.14
%44.58

CMYK Percentages of Color #65afde

%55
%21
%0
%13

Triadic Colors of #65afde

#65afde #de65af #afde65

Analogous Colors of #65afde

#65afde #6573de #65ded1

Monochromatic Colors of #65afde

#65afde

Complementary Color

#65afde #de9465

#65afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#65afde Color CSS Codes

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

#65afde Text Font Color

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

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


#65afde Background Color

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

This div background color is #65afde


#65afde Border Color

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

This div border color is #65afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65afde


Comments

No comments written yet.

Please login to write comment.