Color Hex Logo

#61dece Color Hex

#61DECE
(97,222,206)
0 Favorites   0 Comments

Color spaces of #61dece

RGB 97222206
HSL0.480.650.63
HSV172°56°87°
CMYK 0.560.000.07   0.13
XYZ42.191659.240267.6033
Yxy59.24020.24960.3505
Hunter Lab76.9677-36.84451.8009
CIE-Lab81.4234-38.5124-2.6496

#61dece color RGB value is (97,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011110 11001110
Octal 141 336 316
Decimal 97 222 206
Hex 61 DE CE

RGB Percentages of Color #61dece

%18.48
%42.29
%39.24

CMYK Percentages of Color #61dece

%56
%0
%7
%13

Triadic Colors of #61dece

#61dece #ce61de #dece61

Analogous Colors of #61dece

#61dece #61b0de #61de90

Monochromatic Colors of #61dece

#61dece

Complementary Color

#61dece #de6171

#61dece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dece Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dece Color CSS Codes

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

#61dece Text Font Color

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

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


#61dece Background Color

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

This div background color is #61dece


#61dece Border Color

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

This div border color is #61dece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dece


Comments

No comments written yet.

Please login to write comment.