Color Hex Logo

#65c1fd Color Hex

#65C1FD
(101,193,253)
0 Favorites   0 Comments

Color spaces of #65c1fd

RGB 101193253
HSL0.570.970.69
HSV204°60°99°
CMYK 0.600.240.00   0.01
XYZ42.166447.998599.9707
Yxy47.99850.22180.2524
Hunter Lab69.2809-12.6014-37.0573
CIE-Lab74.8240-10.1424-37.7941

#65c1fd color RGB value is (101,193,253).

#65c1fd hex color red value is 101, green value is 193 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #65c1fd hue: 0.57 , saturation: 0.97 and the lightness value of 65c1fd is 0.69.

The process color (four color CMYK) of #65c1fd color hex is 0.60, 0.24, 0.00, 0.01. Web safe color of #65c1fd is #66ccff. Color #65c1fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11000001 11111101
Octal 145 301 375
Decimal 101 193 253
Hex 65 C1 FD

RGB Percentages of Color #65c1fd

%18.46
%35.28
%46.25

CMYK Percentages of Color #65c1fd

%60
%24
%0
%1

Triadic Colors of #65c1fd

#65c1fd #fd65c1 #c1fd65

Analogous Colors of #65c1fd

#65c1fd #6575fd #65fded

Monochromatic Colors of #65c1fd

#65c1fd

Complementary Color

#65c1fd #fda165

#65c1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65c1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#65c1fd Color CSS Codes

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

#65c1fd Text Font Color

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

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


#65c1fd Background Color

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

This div background color is #65c1fd


#65c1fd Border Color

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

This div border color is #65c1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65c1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.