Color Hex Logo

#65abdf Color Hex

#65ABDF
(101,171,223)
0 Favorites   0 Comments

Color spaces of #65abdf

RGB 101171223
HSL0.570.660.64
HSV206°55°87°
CMYK 0.550.230.00   0.13
XYZ33.249037.220275.2439
Yxy37.22020.22820.2554
Hunter Lab61.0084-9.4838-30.4187
CIE-Lab67.4419-7.3601-32.9556

#65abdf color RGB value is (101,171,223).

#65abdf hex color red value is 101, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #65abdf hue: 0.57 , saturation: 0.66 and the lightness value of 65abdf is 0.64.

The process color (four color CMYK) of #65abdf color hex is 0.55, 0.23, 0.00, 0.13. Web safe color of #65abdf is #6699cc. Color #65abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101011 11011111
Octal 145 253 337
Decimal 101 171 223
Hex 65 AB DF

RGB Percentages of Color #65abdf

%20.40
%34.55
%45.05

CMYK Percentages of Color #65abdf

%55
%23
%0
%13

Triadic Colors of #65abdf

#65abdf #df65ab #abdf65

Analogous Colors of #65abdf

#65abdf #656edf #65dfd6

Monochromatic Colors of #65abdf

#65abdf

Complementary Color

#65abdf #df9965

#65abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#65abdf Color CSS Codes

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

#65abdf Text Font Color

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

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


#65abdf Background Color

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

This div background color is #65abdf


#65abdf Border Color

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

This div border color is #65abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65abdf


Comments

No comments written yet.

Please login to write comment.