Color Hex Logo

#65afbb Color Hex

#65AFBB
(101,175,187)
0 Favorites   0 Comments

Color spaces of #65afbb

RGB 101175187
HSL0.520.390.56
HSV188°46°73°
CMYK 0.460.060.00   0.27
XYZ29.666437.014552.5946
Yxy37.01450.24870.3103
Hunter Lab60.8395-19.4296-8.6674
CIE-Lab67.2879-19.8337-13.3245

#65afbb color RGB value is (101,175,187).

#65afbb hex color red value is 101, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #65afbb hue: 0.52 , saturation: 0.39 and the lightness value of 65afbb is 0.56.

The process color (four color CMYK) of #65afbb color hex is 0.46, 0.06, 0.00, 0.27. Web safe color of #65afbb is #6699cc. Color #65afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101111 10111011
Octal 145 257 273
Decimal 101 175 187
Hex 65 AF BB

RGB Percentages of Color #65afbb

%21.81
%37.80
%40.39

CMYK Percentages of Color #65afbb

%46
%6
%0
%27

Triadic Colors of #65afbb

#65afbb #bb65af #afbb65

Analogous Colors of #65afbb

#65afbb #6584bb #65bb9c

Monochromatic Colors of #65afbb

#65afbb

Complementary Color

#65afbb #bb7165

#65afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65afbb Color CSS Codes

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

#65afbb Text Font Color

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

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


#65afbb Background Color

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

This div background color is #65afbb


#65afbb Border Color

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

This div border color is #65afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65afbb


Comments

No comments written yet.

Please login to write comment.