Color Hex Logo

#61ddcf Color Hex

#61DDCF
(97,221,207)
0 Favorites   0 Comments

Color spaces of #61ddcf

RGB 97221207
HSL0.480.650.62
HSV173°56°87°
CMYK 0.560.000.06   0.13
XYZ42.048758.759368.1570
Yxy58.75930.24890.3478
Hunter Lab76.6546-36.22980.9409
CIE-Lab81.1591-37.8041-3.5699

#61ddcf color RGB value is (97,221,207).

#61ddcf hex color red value is 97, green value is 221 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #61ddcf hue: 0.48 , saturation: 0.65 and the lightness value of 61ddcf is 0.62.

The process color (four color CMYK) of #61ddcf color hex is 0.56, 0.00, 0.06, 0.13. Web safe color of #61ddcf is #66cccc. Color #61ddcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011101 11001111
Octal 141 335 317
Decimal 97 221 207
Hex 61 DD CF

RGB Percentages of Color #61ddcf

%18.48
%42.10
%39.43

CMYK Percentages of Color #61ddcf

%56
%0
%6
%13

Triadic Colors of #61ddcf

#61ddcf #cf61dd #ddcf61

Analogous Colors of #61ddcf

#61ddcf #61addd #61dd91

Monochromatic Colors of #61ddcf

#61ddcf

Complementary Color

#61ddcf #dd616f

#61ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ddcf Color CSS Codes

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

#61ddcf Text Font Color

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

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


#61ddcf Background Color

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

This div background color is #61ddcf


#61ddcf Border Color

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

This div border color is #61ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ddcf


Comments

No comments written yet.

Please login to write comment.