Color Hex Logo

#61dfcf Color Hex

#61DFCF
(97,223,207)
0 Favorites   0 Comments

Color spaces of #61dfcf

RGB 97223207
HSL0.480.660.63
HSV172°57°87°
CMYK 0.570.000.07   0.13
XYZ42.579959.821768.3340
Yxy59.82170.24940.3504
Hunter Lab77.3445-37.08451.7583
CIE-Lab81.7412-38.7154-2.7143

#61dfcf color RGB value is (97,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 11001111
Octal 141 337 317
Decimal 97 223 207
Hex 61 DF CF

RGB Percentages of Color #61dfcf

%18.41
%42.31
%39.28

CMYK Percentages of Color #61dfcf

%57
%0
%7
%13

Triadic Colors of #61dfcf

#61dfcf #cf61df #dfcf61

Analogous Colors of #61dfcf

#61dfcf #61b0df #61df90

Monochromatic Colors of #61dfcf

#61dfcf

Complementary Color

#61dfcf #df6171

#61dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dfcf Color CSS Codes

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

#61dfcf Text Font Color

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

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


#61dfcf Background Color

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

This div background color is #61dfcf


#61dfcf Border Color

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

This div border color is #61dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dfcf


Comments

No comments written yet.

Please login to write comment.