Color Hex Logo

#61ffca Color Hex

#61FFCA
(97,255,202)
0 Favorites   0 Comments

Color spaces of #61ffca

RGB 97255202
HSL0.441.000.69
HSV160°62°100°
CMYK 0.620.000.21   0.00
XYZ51.350478.325768.2890
Yxy78.32570.25940.3957
Hunter Lab88.5018-51.309116.2024
CIE-Lab90.9283-53.669113.1632

#61ffca color RGB value is (97,255,202).

#61ffca hex color red value is 97, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #61ffca hue: 0.44 , saturation: 1.00 and the lightness value of 61ffca is 0.69.

The process color (four color CMYK) of #61ffca color hex is 0.62, 0.00, 0.21, 0.00. Web safe color of #61ffca is #66ffcc. Color #61ffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111111 11001010
Octal 141 377 312
Decimal 97 255 202
Hex 61 FF CA

RGB Percentages of Color #61ffca

%17.51
%46.03
%36.46

CMYK Percentages of Color #61ffca

%62
%0
%21
%0

Triadic Colors of #61ffca

#61ffca #ca61ff #ffca61

Analogous Colors of #61ffca

#61ffca #61e5ff #61ff7b

Monochromatic Colors of #61ffca

#61ffca

Complementary Color

#61ffca #ff6196

#61ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ffca Color CSS Codes

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

#61ffca Text Font Color

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

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


#61ffca Background Color

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

This div background color is #61ffca


#61ffca Border Color

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

This div border color is #61ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ffca


Comments

No comments written yet.

Please login to write comment.