Color Hex Logo

#61deca Color Hex

#61DECA
(97,222,202)
0 Favorites   0 Comments

Color spaces of #61deca

RGB 97222202
HSL0.470.650.63
HSV170°56°87°
CMYK 0.560.000.09   0.13
XYZ41.711759.048265.0761
Yxy59.04820.25150.3561
Hunter Lab76.8428-37.58193.5789
CIE-Lab81.3181-39.5099-0.6781

#61deca color RGB value is (97,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011110 11001010
Octal 141 336 312
Decimal 97 222 202
Hex 61 DE CA

RGB Percentages of Color #61deca

%18.62
%42.61
%38.77

CMYK Percentages of Color #61deca

%56
%0
%9
%13

Triadic Colors of #61deca

#61deca #ca61de #deca61

Analogous Colors of #61deca

#61deca #61b4de #61de8c

Monochromatic Colors of #61deca

#61deca

Complementary Color

#61deca #de6175

#61deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#61deca Color CSS Codes

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

#61deca Text Font Color

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

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


#61deca Background Color

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

This div background color is #61deca


#61deca Border Color

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

This div border color is #61deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61deca


Comments

No comments written yet.

Please login to write comment.