Color Hex Logo

#65bae2 Color Hex

#65BAE2
(101,186,226)
0 Favorites   0 Comments

Color spaces of #65bae2

RGB 101186226
HSL0.550.680.64
HSV199°55°89°
CMYK 0.550.180.00   0.11
XYZ36.653243.375578.3920
Yxy43.37550.23140.2738
Hunter Lab65.8601-15.9143-24.4697
CIE-Lab71.8091-14.5491-27.8583

#65bae2 color RGB value is (101,186,226).

#65bae2 hex color red value is 101, green value is 186 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #65bae2 hue: 0.55 , saturation: 0.68 and the lightness value of 65bae2 is 0.64.

The process color (four color CMYK) of #65bae2 color hex is 0.55, 0.18, 0.00, 0.11. Web safe color of #65bae2 is #66cccc. Color #65bae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111010 11100010
Octal 145 272 342
Decimal 101 186 226
Hex 65 BA E2

RGB Percentages of Color #65bae2

%19.69
%36.26
%44.05

CMYK Percentages of Color #65bae2

%55
%18
%0
%11

Triadic Colors of #65bae2

#65bae2 #e265ba #bae265

Analogous Colors of #65bae2

#65bae2 #657ce2 #65e2cc

Monochromatic Colors of #65bae2

#65bae2

Complementary Color

#65bae2 #e28d65

#65bae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65bae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65bae2 Color CSS Codes

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

#65bae2 Text Font Color

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

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


#65bae2 Background Color

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

This div background color is #65bae2


#65bae2 Border Color

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

This div border color is #65bae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65bae2


Comments

No comments written yet.

Please login to write comment.