Color Hex Logo

#61accb Color Hex

#61ACCB
(97,172,203)
0 Favorites   0 Comments

Color spaces of #61accb

RGB 97172203
HSL0.550.500.59
HSV198°52°80°
CMYK 0.520.150.00   0.20
XYZ30.461836.358261.9122
Yxy36.35820.23660.2824
Hunter Lab60.2978-15.3447-18.6690
CIE-Lab66.7927-14.6948-22.9461

#61accb color RGB value is (97,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101100 11001011
Octal 141 254 313
Decimal 97 172 203
Hex 61 AC CB

RGB Percentages of Color #61accb

%20.55
%36.44
%43.01

CMYK Percentages of Color #61accb

%52
%15
%0
%20

Triadic Colors of #61accb

#61accb #cb61ac #accb61

Analogous Colors of #61accb

#61accb #6177cb #61cbb5

Monochromatic Colors of #61accb

#61accb

Complementary Color

#61accb #cb8061

#61accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61accb Color CSS Codes

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

#61accb Text Font Color

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

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


#61accb Background Color

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

This div background color is #61accb


#61accb Border Color

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

This div border color is #61accb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,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 #61accb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61accb


Comments

No comments written yet.

Please login to write comment.