Color Hex Logo

#65beee Color Hex

#65BEEE
(101,190,238)
0 Favorites   0 Comments

Color spaces of #65beee

RGB 101190238
HSL0.560.800.66
HSV201°58°93°
CMYK 0.580.200.00   0.07
XYZ39.212945.766787.6560
Yxy45.76670.22710.2651
Hunter Lab67.6511-14.9247-29.4667
CIE-Lab73.3939-13.0981-31.9258

#65beee color RGB value is (101,190,238).

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

The process color (four color CMYK) of #65beee color hex is 0.58, 0.20, 0.00, 0.07. Web safe color of #65beee is #66ccff. Color #65beee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111110 11101110
Octal 145 276 356
Decimal 101 190 238
Hex 65 BE EE

RGB Percentages of Color #65beee

%19.09
%35.92
%44.99

CMYK Percentages of Color #65beee

%58
%20
%0
%7

Triadic Colors of #65beee

#65beee #ee65be #beee65

Analogous Colors of #65beee

#65beee #657aee #65eeda

Monochromatic Colors of #65beee

#65beee

Complementary Color

#65beee #ee9565

#65beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#65beee Color CSS Codes

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

#65beee Text Font Color

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

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


#65beee Background Color

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

This div background color is #65beee


#65beee Border Color

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

This div border color is #65beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65beee


Comments

No comments written yet.

Please login to write comment.