Color Hex Logo

#65adef Color Hex

#65ADEF
(101,173,239)
0 Favorites   0 Comments

Color spaces of #65adef

RGB 101173239
HSL0.580.810.67
HSV209°58°94°
CMYK 0.580.280.00   0.06
XYZ35.890438.885887.2754
Yxy38.88580.22150.2400
Hunter Lab62.3585-6.3917-39.3299
CIE-Lab68.6685-3.5543-39.8034

#65adef color RGB value is (101,173,239).

#65adef hex color red value is 101, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #65adef hue: 0.58 , saturation: 0.81 and the lightness value of 65adef is 0.67.

The process color (four color CMYK) of #65adef color hex is 0.58, 0.28, 0.00, 0.06. Web safe color of #65adef is #6699ff. Color #65adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101101 11101111
Octal 145 255 357
Decimal 101 173 239
Hex 65 AD EF

RGB Percentages of Color #65adef

%19.69
%33.72
%46.59

CMYK Percentages of Color #65adef

%58
%28
%0
%6

Triadic Colors of #65adef

#65adef #ef65ad #adef65

Analogous Colors of #65adef

#65adef #6568ef #65efec

Monochromatic Colors of #65adef

#65adef

Complementary Color

#65adef #efa765

#65adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#65adef Color CSS Codes

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

#65adef Text Font Color

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

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


#65adef Background Color

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

This div background color is #65adef


#65adef Border Color

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

This div border color is #65adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65adef


Comments

No comments written yet.

Please login to write comment.