Color Hex Logo

#61edce Color Hex

#61EDCE
(97,237,206)
0 Favorites   0 Comments

Color spaces of #61edce

RGB 97237206
HSL0.460.800.65
HSV167°59°93°
CMYK 0.590.000.13   0.07
XYZ46.354567.566068.9909
Yxy67.56600.25340.3694
Hunter Lab82.1985-43.18537.7757
CIE-Lab85.7890-45.17633.7177

#61edce color RGB value is (97,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101101 11001110
Octal 141 355 316
Decimal 97 237 206
Hex 61 ED CE

RGB Percentages of Color #61edce

%17.96
%43.89
%38.15

CMYK Percentages of Color #61edce

%59
%0
%13
%7

Triadic Colors of #61edce

#61edce #ce61ed #edce61

Analogous Colors of #61edce

#61edce #61c6ed #61ed88

Monochromatic Colors of #61edce

#61edce

Complementary Color

#61edce #ed6180

#61edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#61edce Color CSS Codes

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

#61edce Text Font Color

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

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


#61edce Background Color

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

This div background color is #61edce


#61edce Border Color

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

This div border color is #61edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61edce


Comments

No comments written yet.

Please login to write comment.