Color Hex Logo

#61ece1 Color Hex

#61ECE1
(97,236,225)
0 Favorites   0 Comments

Color spaces of #61ece1

RGB 97236225
HSL0.490.790.65
HSV175°59°93°
CMYK 0.590.000.05   0.07
XYZ48.515867.968581.7964
Yxy67.96850.24470.3428
Hunter Lab82.4430-39.2322-1.1149
CIE-Lab85.9907-40.0217-5.9655

#61ece1 color RGB value is (97,236,225).

#61ece1 hex color red value is 97, green value is 236 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #61ece1 hue: 0.49 , saturation: 0.79 and the lightness value of 61ece1 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101100 11100001
Octal 141 354 341
Decimal 97 236 225
Hex 61 EC E1

RGB Percentages of Color #61ece1

%17.38
%42.29
%40.32

CMYK Percentages of Color #61ece1

%59
%0
%5
%7

Triadic Colors of #61ece1

#61ece1 #e161ec #ece161

Analogous Colors of #61ece1

#61ece1 #61b2ec #61ec9c

Monochromatic Colors of #61ece1

#61ece1

Complementary Color

#61ece1 #ec616c

#61ece1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ece1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ece1 Color CSS Codes

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

#61ece1 Text Font Color

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

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


#61ece1 Background Color

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

This div background color is #61ece1


#61ece1 Border Color

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

This div border color is #61ece1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ece1


Comments

No comments written yet.

Please login to write comment.