Color Hex Logo

#65acc4 Color Hex

#65ACC4
(101,172,196)
0 Favorites   0 Comments

Color spaces of #65acc4

RGB 101172196
HSL0.540.450.58
HSV195°48°77°
CMYK 0.480.120.00   0.23
XYZ30.083236.257357.6374
Yxy36.25730.24260.2924
Hunter Lab60.2140-16.1952-14.6031
CIE-Lab66.7161-15.7878-19.1735

#65acc4 color RGB value is (101,172,196).

#65acc4 hex color red value is 101, green value is 172 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #65acc4 hue: 0.54 , saturation: 0.45 and the lightness value of 65acc4 is 0.58.

The process color (four color CMYK) of #65acc4 color hex is 0.48, 0.12, 0.00, 0.23. Web safe color of #65acc4 is #6699cc. Color #65acc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101100 11000100
Octal 145 254 304
Decimal 101 172 196
Hex 65 AC C4

RGB Percentages of Color #65acc4

%21.54
%36.67
%41.79

CMYK Percentages of Color #65acc4

%48
%12
%0
%23

Triadic Colors of #65acc4

#65acc4 #c465ac #acc465

Analogous Colors of #65acc4

#65acc4 #657dc4 #65c4ad

Monochromatic Colors of #65acc4

#65acc4

Complementary Color

#65acc4 #c47d65

#65acc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65acc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65acc4 Color CSS Codes

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

#65acc4 Text Font Color

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

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


#65acc4 Background Color

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

This div background color is #65acc4


#65acc4 Border Color

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

This div border color is #65acc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65acc4


Comments

No comments written yet.

Please login to write comment.