Color Hex Logo

#61dddd Color Hex

#61DDDD
(97,221,221)
0 Favorites   0 Comments

Color spaces of #61dddd

RGB 97221221
HSL0.500.650.62
HSV180°56°87°
CMYK 0.560.000.00   0.13
XYZ43.837459.474777.5759
Yxy59.47470.24230.3288
Hunter Lab77.1198-33.4946-5.6567
CIE-Lab81.5518-34.1695-10.4363

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011101 11011101
Octal 141 335 335
Decimal 97 221 221
Hex 61 DD DD

RGB Percentages of Color #61dddd

%18.00
%41.00
%41.00

CMYK Percentages of Color #61dddd

%56
%0
%0
%13

Triadic Colors of #61dddd

#61dddd #dd61dd #dddd61

Analogous Colors of #61dddd

#61dddd #619fdd #61dd9f

Monochromatic Colors of #61dddd

#61dddd

Complementary Color

#61dddd #dd6161

#61dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dddd Color CSS Codes

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

#61dddd Text Font Color

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

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


#61dddd Background Color

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

This div background color is #61dddd


#61dddd Border Color

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

This div border color is #61dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dddd


Comments

No comments written yet.

Please login to write comment.