Color Hex Logo

#61bfcd Color Hex

#61BFCD
(97,191,205)
0 Favorites   0 Comments

Color spaces of #61bfcd

RGB 97191205
HSL0.520.520.59
HSV188°53°80°
CMYK 0.530.070.00   0.20
XYZ34.580044.210864.4686
Yxy44.21080.24140.3086
Hunter Lab66.4912-23.5273-10.9426
CIE-Lab72.3692-23.9586-15.5814

#61bfcd color RGB value is (97,191,205).

#61bfcd hex color red value is 97, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #61bfcd hue: 0.52 , saturation: 0.52 and the lightness value of 61bfcd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111111 11001101
Octal 141 277 315
Decimal 97 191 205
Hex 61 BF CD

RGB Percentages of Color #61bfcd

%19.68
%38.74
%41.58

CMYK Percentages of Color #61bfcd

%53
%7
%0
%20

Triadic Colors of #61bfcd

#61bfcd #cd61bf #bfcd61

Analogous Colors of #61bfcd

#61bfcd #6189cd #61cda5

Monochromatic Colors of #61bfcd

#61bfcd

Complementary Color

#61bfcd #cd6f61

#61bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bfcd Color CSS Codes

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

#61bfcd Text Font Color

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

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


#61bfcd Background Color

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

This div background color is #61bfcd


#61bfcd Border Color

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

This div border color is #61bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bfcd


Comments

No comments written yet.

Please login to write comment.