Color Hex Logo

#65dbeb Color Hex

#65DBEB
(101,219,235)
0 Favorites   0 Comments

Color spaces of #65dbeb

RGB 101219235
HSL0.520.770.66
HSV187°57°92°
CMYK 0.570.070.00   0.08
XYZ45.693759.427987.6597
Yxy59.42790.23700.3083
Hunter Lab77.0895-29.1033-13.4570
CIE-Lab81.5262-28.6816-17.9072

#65dbeb color RGB value is (101,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11011011 11101011
Octal 145 333 353
Decimal 101 219 235
Hex 65 DB EB

RGB Percentages of Color #65dbeb

%18.20
%39.46
%42.34

CMYK Percentages of Color #65dbeb

%57
%7
%0
%8

Triadic Colors of #65dbeb

#65dbeb #eb65db #dbeb65

Analogous Colors of #65dbeb

#65dbeb #6598eb #65ebb8

Monochromatic Colors of #65dbeb

#65dbeb

Complementary Color

#65dbeb #eb7565

#65dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65dbeb Color CSS Codes

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

#65dbeb Text Font Color

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

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


#65dbeb Background Color

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

This div background color is #65dbeb


#65dbeb Border Color

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

This div border color is #65dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65dbeb


Comments

No comments written yet.

Please login to write comment.