Color Hex Logo

#65dafe Color Hex

#65DAFE
(101,218,254)
0 Favorites   0 Comments

Color spaces of #65dafe

RGB 101218254
HSL0.540.990.70
HSV194°60°100°
CMYK 0.600.140.00   0.00
XYZ48.327660.0653102.8126
Yxy60.06530.22880.2844
Hunter Lab77.5018-24.3214-24.4019
CIE-Lab81.8737-22.7933-27.4642

#65dafe color RGB value is (101,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11011010 11111110
Octal 145 332 376
Decimal 101 218 254
Hex 65 DA FE

RGB Percentages of Color #65dafe

%17.63
%38.05
%44.33

CMYK Percentages of Color #65dafe

%60
%14
%0
%0

Triadic Colors of #65dafe

#65dafe #fe65da #dafe65

Analogous Colors of #65dafe

#65dafe #658efe #65fed6

Monochromatic Colors of #65dafe

#65dafe

Complementary Color

#65dafe #fe8965

#65dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#65dafe Color CSS Codes

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

#65dafe Text Font Color

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

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


#65dafe Background Color

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

This div background color is #65dafe


#65dafe Border Color

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

This div border color is #65dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65dafe


Comments

No comments written yet.

Please login to write comment.