Color Hex Logo

#65accb Color Hex

#65ACCB
(101,172,203)
0 Favorites   0 Comments

Color spaces of #65accb

RGB 101172203
HSL0.550.500.60
HSV198°50°80°
CMYK 0.500.150.00   0.20
XYZ30.898836.583561.9327
Yxy36.58350.23880.2827
Hunter Lab60.4843-14.6596-18.3708
CIE-Lab66.9634-13.8019-22.6702

#65accb color RGB value is (101,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101100 11001011
Octal 145 254 313
Decimal 101 172 203
Hex 65 AC CB

RGB Percentages of Color #65accb

%21.22
%36.13
%42.65

CMYK Percentages of Color #65accb

%50
%15
%0
%20

Triadic Colors of #65accb

#65accb #cb65ac #accb65

Analogous Colors of #65accb

#65accb #6579cb #65cbb7

Monochromatic Colors of #65accb

#65accb

Complementary Color

#65accb #cb8465

#65accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65accb Color CSS Codes

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

#65accb Text Font Color

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

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


#65accb Background Color

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

This div background color is #65accb


#65accb Border Color

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

This div border color is #65accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65accb


Comments

No comments written yet.

Please login to write comment.