Color Hex Logo

#65adec Color Hex

#65ADEC
(101,173,236)
0 Favorites   0 Comments

Color spaces of #65adec

RGB 101173236
HSL0.580.780.66
HSV208°57°93°
CMYK 0.570.270.00   0.07
XYZ35.450738.710084.9602
Yxy38.71000.22280.2433
Hunter Lab62.2174-7.1732-37.4106
CIE-Lab68.5407-4.4854-38.3662

#65adec color RGB value is (101,173,236).

#65adec hex color red value is 101, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #65adec hue: 0.58 , saturation: 0.78 and the lightness value of 65adec is 0.66.

The process color (four color CMYK) of #65adec color hex is 0.57, 0.27, 0.00, 0.07. Web safe color of #65adec is #6699ff. Color #65adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101101 11101100
Octal 145 255 354
Decimal 101 173 236
Hex 65 AD EC

RGB Percentages of Color #65adec

%19.80
%33.92
%46.27

CMYK Percentages of Color #65adec

%57
%27
%0
%7

Triadic Colors of #65adec

#65adec #ec65ad #adec65

Analogous Colors of #65adec

#65adec #656aec #65ece8

Monochromatic Colors of #65adec

#65adec

Complementary Color

#65adec #eca465

#65adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#65adec Color CSS Codes

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

#65adec Text Font Color

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

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


#65adec Background Color

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

This div background color is #65adec


#65adec Border Color

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

This div border color is #65adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65adec


Comments

No comments written yet.

Please login to write comment.