Color Hex Logo

#65cfef Color Hex

#65CFEF
(101,207,239)
0 Favorites   0 Comments

Color spaces of #65cfef

RGB 101207239
HSL0.540.810.67
HSV194°58°94°
CMYK 0.580.130.00   0.06
XYZ43.259653.624389.7319
Yxy53.62430.23180.2874
Hunter Lab73.2286-22.7017-21.3920
CIE-Lab78.2422-21.6084-25.0240

#65cfef color RGB value is (101,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001111 11101111
Octal 145 317 357
Decimal 101 207 239
Hex 65 CF EF

RGB Percentages of Color #65cfef

%18.46
%37.84
%43.69

CMYK Percentages of Color #65cfef

%58
%13
%0
%6

Triadic Colors of #65cfef

#65cfef #ef65cf #cfef65

Analogous Colors of #65cfef

#65cfef #658aef #65efca

Monochromatic Colors of #65cfef

#65cfef

Complementary Color

#65cfef #ef8565

#65cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#65cfef Color CSS Codes

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

#65cfef Text Font Color

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

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


#65cfef Background Color

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

This div background color is #65cfef


#65cfef Border Color

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

This div border color is #65cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65cfef


Comments

No comments written yet.

Please login to write comment.