Color Hex Logo

#65effb Color Hex

#65EFFB
(101,239,251)
0 Favorites   0 Comments

Color spaces of #65effb

RGB 101239251
HSL0.510.950.69
HSV185°60°98°
CMYK 0.600.050.00   0.02
XYZ53.645971.4647102.2334
Yxy71.46470.23600.3143
Hunter Lab84.5368-34.6657-12.5258
CIE-Lab87.7103-33.8185-17.0319

#65effb color RGB value is (101,239,251).

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

The process color (four color CMYK) of #65effb color hex is 0.60, 0.05, 0.00, 0.02. Web safe color of #65effb is #66ffff. Color #65effb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11101111 11111011
Octal 145 357 373
Decimal 101 239 251
Hex 65 EF FB

RGB Percentages of Color #65effb

%17.09
%40.44
%42.47

CMYK Percentages of Color #65effb

%60
%5
%0
%2

Triadic Colors of #65effb

#65effb #fb65ef #effb65

Analogous Colors of #65effb

#65effb #65a4fb #65fbbc

Monochromatic Colors of #65effb

#65effb

Complementary Color

#65effb #fb7165

#65effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65effb Color CSS Codes

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

#65effb Text Font Color

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

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


#65effb Background Color

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

This div background color is #65effb


#65effb Border Color

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

This div border color is #65effb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,239,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 #65effb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65effb


Comments

No comments written yet.

Please login to write comment.