Color Hex Logo

#61acbc Color Hex

#61ACBC
(97,172,188)
0 Favorites   0 Comments

Color spaces of #61acbc

RGB 97172188
HSL0.530.400.56
HSV191°48°74°
CMYK 0.480.090.00   0.26
XYZ28.759435.677352.9476
Yxy35.67730.24500.3039
Hunter Lab59.7305-18.5831-10.7458
CIE-Lab66.2726-18.9498-15.4253

#61acbc color RGB value is (97,172,188).

#61acbc hex color red value is 97, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #61acbc hue: 0.53 , saturation: 0.40 and the lightness value of 61acbc is 0.56.

The process color (four color CMYK) of #61acbc color hex is 0.48, 0.09, 0.00, 0.26. Web safe color of #61acbc is #6699cc. Color #61acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101100 10111100
Octal 141 254 274
Decimal 97 172 188
Hex 61 AC BC

RGB Percentages of Color #61acbc

%21.23
%37.64
%41.14

CMYK Percentages of Color #61acbc

%48
%9
%0
%26

Triadic Colors of #61acbc

#61acbc #bc61ac #acbc61

Analogous Colors of #61acbc

#61acbc #617fbc #61bc9f

Monochromatic Colors of #61acbc

#61acbc

Complementary Color

#61acbc #bc7161

#61acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61acbc Color CSS Codes

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

#61acbc Text Font Color

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

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


#61acbc Background Color

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

This div background color is #61acbc


#61acbc Border Color

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

This div border color is #61acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61acbc


Comments

No comments written yet.

Please login to write comment.