Color Hex Logo

#65baeb Color Hex

#65BAEB
(101,186,235)
0 Favorites   0 Comments

Color spaces of #65baeb

RGB 101186235
HSL0.560.770.66
HSV202°57°92°
CMYK 0.570.210.00   0.08
XYZ37.921143.882785.0688
Yxy43.88270.22720.2630
Hunter Lab66.2440-13.7455-29.7678
CIE-Lab72.1500-11.8697-32.2216

#65baeb color RGB value is (101,186,235).

#65baeb hex color red value is 101, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #65baeb hue: 0.56 , saturation: 0.77 and the lightness value of 65baeb is 0.66.

The process color (four color CMYK) of #65baeb color hex is 0.57, 0.21, 0.00, 0.08. Web safe color of #65baeb is #66ccff. Color #65baeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111010 11101011
Octal 145 272 353
Decimal 101 186 235
Hex 65 BA EB

RGB Percentages of Color #65baeb

%19.35
%35.63
%45.02

CMYK Percentages of Color #65baeb

%57
%21
%0
%8

Triadic Colors of #65baeb

#65baeb #eb65ba #baeb65

Analogous Colors of #65baeb

#65baeb #6577eb #65ebd9

Monochromatic Colors of #65baeb

#65baeb

Complementary Color

#65baeb #eb9665

#65baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65baeb Color CSS Codes

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

#65baeb Text Font Color

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

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


#65baeb Background Color

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

This div background color is #65baeb


#65baeb Border Color

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

This div border color is #65baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65baeb


Comments

No comments written yet.

Please login to write comment.