Color Hex Logo

#65beef Color Hex

#65BEEF
(101,190,239)
0 Favorites   0 Comments

Color spaces of #65beef

RGB 101190239
HSL0.560.810.67
HSV201°58°94°
CMYK 0.580.210.00   0.06
XYZ39.360345.825688.4321
Yxy45.82560.22670.2639
Hunter Lab67.6946-14.6787-30.0666
CIE-Lab73.4322-12.7975-32.4072

#65beef color RGB value is (101,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111110 11101111
Octal 145 276 357
Decimal 101 190 239
Hex 65 BE EF

RGB Percentages of Color #65beef

%19.06
%35.85
%45.09

CMYK Percentages of Color #65beef

%58
%21
%0
%6

Triadic Colors of #65beef

#65beef #ef65be #beef65

Analogous Colors of #65beef

#65beef #6579ef #65efdb

Monochromatic Colors of #65beef

#65beef

Complementary Color

#65beef #ef9665

#65beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#65beef Color CSS Codes

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

#65beef Text Font Color

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

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


#65beef Background Color

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

This div background color is #65beef


#65beef Border Color

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

This div border color is #65beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65beef


Comments

No comments written yet.

Please login to write comment.