Color Hex Logo

#65aefb Color Hex

#65AEFB
(101,174,251)
0 Favorites   0 Comments

Color spaces of #65aefb

RGB 101174251
HSL0.590.950.69
HSV211°60°98°
CMYK 0.600.310.00   0.02
XYZ37.915540.003896.9899
Yxy40.00380.21680.2287
Hunter Lab63.2486-3.6799-46.6456
CIE-Lab69.4722-0.3456-45.0697

#65aefb color RGB value is (101,174,251).

#65aefb hex color red value is 101, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #65aefb hue: 0.59 , saturation: 0.95 and the lightness value of 65aefb is 0.69.

The process color (four color CMYK) of #65aefb color hex is 0.60, 0.31, 0.00, 0.02. Web safe color of #65aefb is #6699ff. Color #65aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101110 11111011
Octal 145 256 373
Decimal 101 174 251
Hex 65 AE FB

RGB Percentages of Color #65aefb

%19.20
%33.08
%47.72

CMYK Percentages of Color #65aefb

%60
%31
%0
%2

Triadic Colors of #65aefb

#65aefb #fb65ae #aefb65

Analogous Colors of #65aefb

#65aefb #6765fb #65f9fb

Monochromatic Colors of #65aefb

#65aefb

Complementary Color

#65aefb #fbb265

#65aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65aefb Color CSS Codes

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

#65aefb Text Font Color

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

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


#65aefb Background Color

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

This div background color is #65aefb


#65aefb Border Color

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

This div border color is #65aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65aefb

Related Colors


Comments

No comments written yet.

Please login to write comment.