Color Hex Logo

#65dafc Color Hex

#65DAFC
(101,218,252)
0 Favorites   0 Comments

Color spaces of #65dafc

RGB 101218252
HSL0.540.960.69
HSV194°60°99°
CMYK 0.600.130.00   0.01
XYZ48.008959.9378101.1343
Yxy59.93780.22960.2867
Hunter Lab77.4195-24.7938-23.2578
CIE-Lab81.8044-23.3737-26.5102

#65dafc color RGB value is (101,218,252).

#65dafc hex color red value is 101, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #65dafc hue: 0.54 , saturation: 0.96 and the lightness value of 65dafc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11011010 11111100
Octal 145 332 374
Decimal 101 218 252
Hex 65 DA FC

RGB Percentages of Color #65dafc

%17.69
%38.18
%44.13

CMYK Percentages of Color #65dafc

%60
%13
%0
%1

Triadic Colors of #65dafc

#65dafc #fc65da #dafc65

Analogous Colors of #65dafc

#65dafc #658ffc #65fcd3

Monochromatic Colors of #65dafc

#65dafc

Complementary Color

#65dafc #fc8765

#65dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#65dafc Color CSS Codes

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

#65dafc Text Font Color

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

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


#65dafc Background Color

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

This div background color is #65dafc


#65dafc Border Color

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

This div border color is #65dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65dafc


Comments

No comments written yet.

Please login to write comment.