Color Hex Logo

#65cdeb Color Hex

#65CDEB
(101,205,235)
0 Favorites   0 Comments

Color spaces of #65cdeb

RGB 101205235
HSL0.540.770.66
HSV193°57°92°
CMYK 0.570.130.00   0.08
XYZ42.193552.427586.4929
Yxy52.42750.23300.2895
Hunter Lab72.4068-22.6950-20.1395
CIE-Lab77.5358-21.7494-23.9581

#65cdeb color RGB value is (101,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001101 11101011
Octal 145 315 353
Decimal 101 205 235
Hex 65 CD EB

RGB Percentages of Color #65cdeb

%18.67
%37.89
%43.44

CMYK Percentages of Color #65cdeb

%57
%13
%0
%8

Triadic Colors of #65cdeb

#65cdeb #eb65cd #cdeb65

Analogous Colors of #65cdeb

#65cdeb #658aeb #65ebc6

Monochromatic Colors of #65cdeb

#65cdeb

Complementary Color

#65cdeb #eb8365

#65cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65cdeb Color CSS Codes

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

#65cdeb Text Font Color

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

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


#65cdeb Background Color

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

This div background color is #65cdeb


#65cdeb Border Color

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

This div border color is #65cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65cdeb


Comments

No comments written yet.

Please login to write comment.