Color Hex Logo

#65bafd Color Hex

#65BAFD
(101,186,253)
0 Favorites   0 Comments

Color spaces of #65bafd

RGB 101186253
HSL0.570.970.69
HSV206°60°99°
CMYK 0.600.260.00   0.01
XYZ40.655444.976499.4670
Yxy44.97640.21960.2430
Hunter Lab67.0644-9.1536-40.9912
CIE-Lab72.8764-6.3579-40.8250

#65bafd color RGB value is (101,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111010 11111101
Octal 145 272 375
Decimal 101 186 253
Hex 65 BA FD

RGB Percentages of Color #65bafd

%18.70
%34.44
%46.85

CMYK Percentages of Color #65bafd

%60
%26
%0
%1

Triadic Colors of #65bafd

#65bafd #fd65ba #bafd65

Analogous Colors of #65bafd

#65bafd #656efd #65fdf4

Monochromatic Colors of #65bafd

#65bafd

Complementary Color

#65bafd #fda865

#65bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#65bafd Color CSS Codes

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

#65bafd Text Font Color

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

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


#65bafd Background Color

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

This div background color is #65bafd


#65bafd Border Color

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

This div border color is #65bafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,186,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 #65bafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65bafd

Related Colors


Comments

No comments written yet.

Please login to write comment.