Color Hex Logo

#65faf7 Color Hex

#65FAF7
(101,250,247)
0 Favorites   0 Comments

Color spaces of #65faf7

RGB 101250247
HSL0.500.940.69
HSV179°60°98°
CMYK 0.600.000.01   0.02
XYZ56.340977.8533100.0534
Yxy77.85330.24050.3324
Hunter Lab88.2345-40.4318-5.4676
CIE-Lab90.7129-39.9542-10.4529

#65faf7 color RGB value is (101,250,247).

#65faf7 hex color red value is 101, green value is 250 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #65faf7 hue: 0.50 , saturation: 0.94 and the lightness value of 65faf7 is 0.69.

The process color (four color CMYK) of #65faf7 color hex is 0.60, 0.00, 0.01, 0.02. Web safe color of #65faf7 is #66ffff. Color #65faf7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11111010 11110111
Octal 145 372 367
Decimal 101 250 247
Hex 65 FA F7

RGB Percentages of Color #65faf7

%16.89
%41.81
%41.30

CMYK Percentages of Color #65faf7

%60
%0
%1
%2

Triadic Colors of #65faf7

#65faf7 #f765fa #faf765

Analogous Colors of #65faf7

#65faf7 #65b3fa #65faad

Monochromatic Colors of #65faf7

#65faf7

Complementary Color

#65faf7 #fa6568

#65faf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65faf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65faf7 Color CSS Codes

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

#65faf7 Text Font Color

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

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


#65faf7 Background Color

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

This div background color is #65faf7


#65faf7 Border Color

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

This div border color is #65faf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65faf7

Related Colors


Comments

No comments written yet.

Please login to write comment.