Color Hex Logo

#61cdbf Color Hex

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

Color spaces of #61cdbf

RGB 97205191
HSL0.480.520.59
HSV172°53°80°
CMYK 0.530.000.07   0.20
XYZ36.165149.965657.0284
Yxy49.96560.25260.3490
Hunter Lab70.6863-32.37561.6464
CIE-Lab76.0481-34.4436-2.5119

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

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

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

Base Numbers

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

RGB Percentages of Color #61cdbf

%19.68
%41.58
%38.74

CMYK Percentages of Color #61cdbf

%53
%0
%7
%20

Triadic Colors of #61cdbf

#61cdbf #bf61cd #cdbf61

Analogous Colors of #61cdbf

#61cdbf #61a5cd #61cd89

Monochromatic Colors of #61cdbf

#61cdbf

Complementary Color

#61cdbf #cd616f

#61cdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cdbf Color CSS Codes

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

#61cdbf Text Font Color

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

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


#61cdbf Background Color

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

This div background color is #61cdbf


#61cdbf Border Color

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

This div border color is #61cdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cdbf


Comments

No comments written yet.

Please login to write comment.