Color Hex Logo

#61bacb Color Hex

#61BACB
(97,186,203)
0 Favorites   0 Comments

Color spaces of #61bacb

RGB 97186203
HSL0.530.500.59
HSV190°52°80°
CMYK 0.520.080.00   0.20
XYZ33.268241.971062.8477
Yxy41.97100.24090.3039
Hunter Lab64.7850-21.7111-12.1675
CIE-Lab70.8509-21.9863-16.7796

#61bacb color RGB value is (97,186,203).

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

The process color (four color CMYK) of #61bacb color hex is 0.52, 0.08, 0.00, 0.20. Web safe color of #61bacb is #66cccc. Color #61bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11001011
Octal 141 272 313
Decimal 97 186 203
Hex 61 BA CB

RGB Percentages of Color #61bacb

%19.96
%38.27
%41.77

CMYK Percentages of Color #61bacb

%52
%8
%0
%20

Triadic Colors of #61bacb

#61bacb #cb61ba #bacb61

Analogous Colors of #61bacb

#61bacb #6185cb #61cba7

Monochromatic Colors of #61bacb

#61bacb

Complementary Color

#61bacb #cb7261

#61bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bacb Color CSS Codes

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

#61bacb Text Font Color

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

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


#61bacb Background Color

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

This div background color is #61bacb


#61bacb Border Color

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

This div border color is #61bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bacb


Comments

No comments written yet.

Please login to write comment.