Color Hex Logo

#61dfce Color Hex

#61DFCE
(97,223,206)
0 Favorites   0 Comments

Color spaces of #61dfce

RGB 97223206
HSL0.480.660.63
HSV172°57°87°
CMYK 0.570.000.08   0.13
XYZ42.458059.773067.6921
Yxy59.77300.24990.3518
Hunter Lab77.3130-37.27092.2072
CIE-Lab81.7146-38.9665-2.2222

#61dfce color RGB value is (97,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 11001110
Octal 141 337 316
Decimal 97 223 206
Hex 61 DF CE

RGB Percentages of Color #61dfce

%18.44
%42.40
%39.16

CMYK Percentages of Color #61dfce

%57
%0
%8
%13

Triadic Colors of #61dfce

#61dfce #ce61df #dfce61

Analogous Colors of #61dfce

#61dfce #61b1df #61df8f

Monochromatic Colors of #61dfce

#61dfce

Complementary Color

#61dfce #df6172

#61dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dfce Color CSS Codes

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

#61dfce Text Font Color

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

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


#61dfce Background Color

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

This div background color is #61dfce


#61dfce Border Color

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

This div border color is #61dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dfce


Comments

No comments written yet.

Please login to write comment.