Color Hex Logo

#65edef Color Hex

#65EDEF
(101,237,239)
0 Favorites   0 Comments

Color spaces of #65edef

RGB 101237239
HSL0.500.810.67
HSV181°58°94°
CMYK 0.580.010.00   0.06
XYZ51.231069.567192.3890
Yxy69.56710.24030.3263
Hunter Lab83.4069-36.3220-7.2901
CIE-Lab86.7841-36.1220-12.1294

#65edef color RGB value is (101,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11101101 11101111
Octal 145 355 357
Decimal 101 237 239
Hex 65 ED EF

RGB Percentages of Color #65edef

%17.50
%41.07
%41.42

CMYK Percentages of Color #65edef

%58
%1
%0
%6

Triadic Colors of #65edef

#65edef #ef65ed #edef65

Analogous Colors of #65edef

#65edef #65a8ef #65efac

Monochromatic Colors of #65edef

#65edef

Complementary Color

#65edef #ef6765

#65edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#65edef Color CSS Codes

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

#65edef Text Font Color

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

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


#65edef Background Color

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

This div background color is #65edef


#65edef Border Color

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

This div border color is #65edef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65edef


Comments

No comments written yet.

Please login to write comment.