Color Hex Logo

#61edbd Color Hex

#61EDBD
(97,237,189)
0 Favorites   0 Comments

Color spaces of #61edbd

RGB 97237189
HSL0.440.800.65
HSV159°59°93°
CMYK 0.590.000.20   0.07
XYZ44.399366.783958.6946
Yxy66.78390.26140.3931
Hunter Lab81.7214-46.033314.6213
CIE-Lab85.3947-49.090012.0478

#61edbd color RGB value is (97,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101101 10111101
Octal 141 355 275
Decimal 97 237 189
Hex 61 ED BD

RGB Percentages of Color #61edbd

%18.55
%45.32
%36.14

CMYK Percentages of Color #61edbd

%59
%0
%20
%7

Triadic Colors of #61edbd

#61edbd #bd61ed #edbd61

Analogous Colors of #61edbd

#61edbd #61d7ed #61ed77

Monochromatic Colors of #61edbd

#61edbd

Complementary Color

#61edbd #ed6191

#61edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61edbd Color CSS Codes

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

#61edbd Text Font Color

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

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


#61edbd Background Color

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

This div background color is #61edbd


#61edbd Border Color

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

This div border color is #61edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61edbd


Comments

No comments written yet.

Please login to write comment.