Color Hex Logo

#65cceb Color Hex

#65CCEB
(101,204,235)
0 Favorites   0 Comments

Color spaces of #65cceb

RGB 101204235
HSL0.540.770.66
HSV194°57°92°
CMYK 0.570.130.00   0.08
XYZ41.955151.950686.4135
Yxy51.95060.23270.2881
Hunter Lab72.0768-22.2314-20.6296
CIE-Lab77.2513-21.2430-24.3919

#65cceb color RGB value is (101,204,235).

#65cceb hex color red value is 101, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #65cceb hue: 0.54 , saturation: 0.77 and the lightness value of 65cceb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001100 11101011
Octal 145 314 353
Decimal 101 204 235
Hex 65 CC EB

RGB Percentages of Color #65cceb

%18.70
%37.78
%43.52

CMYK Percentages of Color #65cceb

%57
%13
%0
%8

Triadic Colors of #65cceb

#65cceb #eb65cc #cceb65

Analogous Colors of #65cceb

#65cceb #6589eb #65ebc7

Monochromatic Colors of #65cceb

#65cceb

Complementary Color

#65cceb #eb8465

#65cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65cceb Color CSS Codes

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

#65cceb Text Font Color

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

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


#65cceb Background Color

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

This div background color is #65cceb


#65cceb Border Color

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

This div border color is #65cceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65cceb


Comments

No comments written yet.

Please login to write comment.