Color Hex Logo

#61ddda Color Hex

#61DDDA
(97,221,218)
0 Favorites   0 Comments

Color spaces of #61ddda

RGB 97221218
HSL0.500.650.62
HSV179°56°87°
CMYK 0.560.000.01   0.13
XYZ43.441159.316275.4893
Yxy59.31620.24370.3328
Hunter Lab77.0170-34.0976-4.2020
CIE-Lab81.4651-34.9633-8.9697

#61ddda color RGB value is (97,221,218).

#61ddda hex color red value is 97, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #61ddda hue: 0.50 , saturation: 0.65 and the lightness value of 61ddda is 0.62.

The process color (four color CMYK) of #61ddda color hex is 0.56, 0.00, 0.01, 0.13. Web safe color of #61ddda is #66cccc. Color #61ddda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011101 11011010
Octal 141 335 332
Decimal 97 221 218
Hex 61 DD DA

RGB Percentages of Color #61ddda

%18.10
%41.23
%40.67

CMYK Percentages of Color #61ddda

%56
%0
%1
%13

Triadic Colors of #61ddda

#61ddda #da61dd #ddda61

Analogous Colors of #61ddda

#61ddda #61a2dd #61dd9c

Monochromatic Colors of #61ddda

#61ddda

Complementary Color

#61ddda #dd6164

#61ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ddda Color CSS Codes

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

#61ddda Text Font Color

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

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


#61ddda Background Color

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

This div background color is #61ddda


#61ddda Border Color

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

This div border color is #61ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ddda


Comments

No comments written yet.

Please login to write comment.