Color Hex Logo

#61ce8d Color Hex

#61CE8D
(97,206,141)
0 Favorites   0 Comments

Color spaces of #61ce8d

RGB 97206141
HSL0.400.530.59
HSV144°53°81°
CMYK 0.530.000.32   0.19
XYZ31.808848.607132.9049
Yxy48.60710.28070.4289
Hunter Lab69.7188-40.568320.8203
CIE-Lab75.2062-45.989023.0384

#61ce8d color RGB value is (97,206,141).

#61ce8d hex color red value is 97, green value is 206 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #61ce8d hue: 0.40 , saturation: 0.53 and the lightness value of 61ce8d is 0.59.

The process color (four color CMYK) of #61ce8d color hex is 0.53, 0.00, 0.32, 0.19. Web safe color of #61ce8d is #66cc99. Color #61ce8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001110 10001101
Octal 141 316 215
Decimal 97 206 141
Hex 61 CE 8D

RGB Percentages of Color #61ce8d

%21.85
%46.40
%31.76

CMYK Percentages of Color #61ce8d

%53
%0
%32
%19

Triadic Colors of #61ce8d

#61ce8d #8d61ce #ce8d61

Analogous Colors of #61ce8d

#61ce8d #61cec4 #6cce61

Monochromatic Colors of #61ce8d

#61ce8d

Complementary Color

#61ce8d #ce61a2

#61ce8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ce8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ce8d Color CSS Codes

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

#61ce8d Text Font Color

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

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


#61ce8d Background Color

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

This div background color is #61ce8d


#61ce8d Border Color

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

This div border color is #61ce8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ce8d


Comments

No comments written yet.

Please login to write comment.