Color Hex Logo

#65dceb Color Hex

#65DCEB
(101,220,235)
0 Favorites   0 Comments

Color spaces of #65dceb

RGB 101220235
HSL0.520.770.66
HSV187°57°92°
CMYK 0.570.060.00   0.08
XYZ45.955459.951387.7469
Yxy59.95130.23730.3096
Hunter Lab77.4282-29.5556-12.9917
CIE-Lab81.8117-29.1657-17.4766

#65dceb color RGB value is (101,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11011100 11101011
Octal 145 334 353
Decimal 101 220 235
Hex 65 DC EB

RGB Percentages of Color #65dceb

%18.17
%39.57
%42.27

CMYK Percentages of Color #65dceb

%57
%6
%0
%8

Triadic Colors of #65dceb

#65dceb #eb65dc #dceb65

Analogous Colors of #65dceb

#65dceb #6599eb #65ebb7

Monochromatic Colors of #65dceb

#65dceb

Complementary Color

#65dceb #eb7465

#65dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65dceb Color CSS Codes

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

#65dceb Text Font Color

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

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


#65dceb Background Color

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

This div background color is #65dceb


#65dceb Border Color

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

This div border color is #65dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65dceb


Comments

No comments written yet.

Please login to write comment.