Color Hex Logo

#65afcc Color Hex

#65AFCC
(101,175,204)
0 Favorites   0 Comments

Color spaces of #65afcc

RGB 101175204
HSL0.550.500.60
HSV197°50°80°
CMYK 0.500.140.00   0.20
XYZ31.595937.786362.7549
Yxy37.78630.23910.2860
Hunter Lab61.4706-15.8244-17.4994
CIE-Lab67.8628-15.1126-21.8495

#65afcc color RGB value is (101,175,204).

#65afcc hex color red value is 101, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #65afcc hue: 0.55 , saturation: 0.50 and the lightness value of 65afcc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101111 11001100
Octal 145 257 314
Decimal 101 175 204
Hex 65 AF CC

RGB Percentages of Color #65afcc

%21.04
%36.46
%42.50

CMYK Percentages of Color #65afcc

%50
%14
%0
%20

Triadic Colors of #65afcc

#65afcc #cc65af #afcc65

Analogous Colors of #65afcc

#65afcc #657ccc #65ccb6

Monochromatic Colors of #65afcc

#65afcc

Complementary Color

#65afcc #cc8265

#65afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#65afcc Color CSS Codes

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

#65afcc Text Font Color

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

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


#65afcc Background Color

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

This div background color is #65afcc


#65afcc Border Color

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

This div border color is #65afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65afcc


Comments

No comments written yet.

Please login to write comment.