Color Hex Logo

#65adca Color Hex

#65ADCA
(101,173,202)
0 Favorites   0 Comments

Color spaces of #65adca

RGB 101173202
HSL0.550.490.59
HSV197°50°79°
CMYK 0.500.140.00   0.21
XYZ30.971136.918161.3707
Yxy36.91810.23960.2856
Hunter Lab60.7603-15.3443-17.3535
CIE-Lab67.2155-14.6209-21.7326

#65adca color RGB value is (101,173,202).

#65adca hex color red value is 101, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #65adca hue: 0.55 , saturation: 0.49 and the lightness value of 65adca is 0.59.

The process color (four color CMYK) of #65adca color hex is 0.50, 0.14, 0.00, 0.21. Web safe color of #65adca is #6699cc. Color #65adca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101101 11001010
Octal 145 255 312
Decimal 101 173 202
Hex 65 AD CA

RGB Percentages of Color #65adca

%21.22
%36.34
%42.44

CMYK Percentages of Color #65adca

%50
%14
%0
%21

Triadic Colors of #65adca

#65adca #ca65ad #adca65

Analogous Colors of #65adca

#65adca #657bca #65cab5

Monochromatic Colors of #65adca

#65adca

Complementary Color

#65adca #ca8265

#65adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#65adca Color CSS Codes

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

#65adca Text Font Color

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

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


#65adca Background Color

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

This div background color is #65adca


#65adca Border Color

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

This div border color is #65adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65adca


Comments

No comments written yet.

Please login to write comment.