Color Hex Logo

#61dcda Color Hex

#61DCDA
(97,220,218)
0 Favorites   0 Comments

Color spaces of #61dcda

RGB 97220218
HSL0.500.640.62
HSV179°56°86°
CMYK 0.560.000.01   0.14
XYZ43.177958.789775.4015
Yxy58.78970.24340.3315
Hunter Lab76.6744-33.6611-4.6336
CIE-Lab81.1759-34.4960-9.3997

#61dcda color RGB value is (97,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011100 11011010
Octal 141 334 332
Decimal 97 220 218
Hex 61 DC DA

RGB Percentages of Color #61dcda

%18.13
%41.12
%40.75

CMYK Percentages of Color #61dcda

%56
%0
%1
%14

Triadic Colors of #61dcda

#61dcda #da61dc #dcda61

Analogous Colors of #61dcda

#61dcda #61a1dc #61dc9d

Monochromatic Colors of #61dcda

#61dcda

Complementary Color

#61dcda #dc6163

#61dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dcda Color CSS Codes

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

#61dcda Text Font Color

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

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


#61dcda Background Color

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

This div background color is #61dcda


#61dcda Border Color

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

This div border color is #61dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dcda


Comments

No comments written yet.

Please login to write comment.