Color Hex Logo

#61efce Color Hex

#61EFCE
(97,239,206)
0 Favorites   0 Comments

Color spaces of #61efce

RGB 97239206
HSL0.460.820.66
HSV166°59°94°
CMYK 0.590.000.14   0.06
XYZ46.936868.730669.1850
Yxy68.73060.25390.3718
Hunter Lab82.9039-44.02258.5540
CIE-Lab86.3705-46.04164.5593

#61efce color RGB value is (97,239,206).

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

The process color (four color CMYK) of #61efce color hex is 0.59, 0.00, 0.14, 0.06. Web safe color of #61efce is #66ffcc. Color #61efce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101111 11001110
Octal 141 357 316
Decimal 97 239 206
Hex 61 EF CE

RGB Percentages of Color #61efce

%17.90
%44.10
%38.01

CMYK Percentages of Color #61efce

%59
%0
%14
%6

Triadic Colors of #61efce

#61efce #ce61ef #efce61

Analogous Colors of #61efce

#61efce #61c9ef #61ef87

Monochromatic Colors of #61efce

#61efce

Complementary Color

#61efce #ef6182

#61efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#61efce Color CSS Codes

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

#61efce Text Font Color

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

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


#61efce Background Color

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

This div background color is #61efce


#61efce Border Color

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

This div border color is #61efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61efce


Comments

No comments written yet.

Please login to write comment.