Color Hex Logo

#61dfca Color Hex

#61DFCA
(97,223,202)
0 Favorites   0 Comments

Color spaces of #61dfca

RGB 97223202
HSL0.470.660.63
HSV170°57°87°
CMYK 0.570.000.09   0.13
XYZ41.978159.581065.1649
Yxy59.58100.25180.3574
Hunter Lab77.1887-38.00533.9778
CIE-Lab81.6099-39.9606-0.2515

#61dfca color RGB value is (97,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 11001010
Octal 141 337 312
Decimal 97 223 202
Hex 61 DF CA

RGB Percentages of Color #61dfca

%18.58
%42.72
%38.70

CMYK Percentages of Color #61dfca

%57
%0
%9
%13

Triadic Colors of #61dfca

#61dfca #ca61df #dfca61

Analogous Colors of #61dfca

#61dfca #61b5df #61df8b

Monochromatic Colors of #61dfca

#61dfca

Complementary Color

#61dfca #df6176

#61dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dfca Color CSS Codes

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

#61dfca Text Font Color

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

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


#61dfca Background Color

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

This div background color is #61dfca


#61dfca Border Color

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

This div border color is #61dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dfca


Comments

No comments written yet.

Please login to write comment.