Color Hex Logo

#61ddde Color Hex

#61DDDE
(97,221,222)
0 Favorites   0 Comments

Color spaces of #61ddde

RGB 97221222
HSL0.500.650.63
HSV180°56°87°
CMYK 0.560.000.00   0.13
XYZ43.971059.528278.2798
Yxy59.52820.24190.3275
Hunter Lab77.1545-33.2918-6.1466
CIE-Lab81.5811-33.9035-10.9245

#61ddde color RGB value is (97,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011101 11011110
Octal 141 335 336
Decimal 97 221 222
Hex 61 DD DE

RGB Percentages of Color #61ddde

%17.96
%40.93
%41.11

CMYK Percentages of Color #61ddde

%56
%0
%0
%13

Triadic Colors of #61ddde

#61ddde #de61dd #ddde61

Analogous Colors of #61ddde

#61ddde #619fde #61dea1

Monochromatic Colors of #61ddde

#61ddde

Complementary Color

#61ddde #de6261

#61ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ddde Color CSS Codes

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

#61ddde Text Font Color

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

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


#61ddde Background Color

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

This div background color is #61ddde


#61ddde Border Color

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

This div border color is #61ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ddde


Comments

No comments written yet.

Please login to write comment.