Color Hex Logo

#61dfde Color Hex

#61DFDE
(97,223,222)
0 Favorites   0 Comments

Color spaces of #61dfde

RGB 97223222
HSL0.500.660.63
HSV180°57°87°
CMYK 0.570.000.00   0.13
XYZ44.502360.590778.4569
Yxy60.59070.24250.3301
Hunter Lab77.8400-34.1689-5.2718
CIE-Lab82.1582-34.8399-10.0645

#61dfde color RGB value is (97,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 11011110
Octal 141 337 336
Decimal 97 223 222
Hex 61 DF DE

RGB Percentages of Color #61dfde

%17.90
%41.14
%40.96

CMYK Percentages of Color #61dfde

%57
%0
%0
%13

Triadic Colors of #61dfde

#61dfde #de61df #dfde61

Analogous Colors of #61dfde

#61dfde #61a1df #61df9f

Monochromatic Colors of #61dfde

#61dfde

Complementary Color

#61dfde #df6162

#61dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dfde Color CSS Codes

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

#61dfde Text Font Color

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

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


#61dfde Background Color

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

This div background color is #61dfde


#61dfde Border Color

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

This div border color is #61dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dfde


Comments

No comments written yet.

Please login to write comment.