Color Hex Logo

#61e5ca Color Hex

#61E5CA
(97,229,202)
0 Favorites   0 Comments

Color spaces of #61e5ca

RGB 97229202
HSL0.470.720.64
HSV168°58°90°
CMYK 0.580.000.12   0.10
XYZ43.609762.844365.7088
Yxy62.84430.25330.3650
Hunter Lab79.2744-40.53546.3479
CIE-Lab83.3604-42.63502.2989

#61e5ca color RGB value is (97,229,202).

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

The process color (four color CMYK) of #61e5ca color hex is 0.58, 0.00, 0.12, 0.10. Web safe color of #61e5ca is #66cccc. Color #61e5ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11100101 11001010
Octal 141 345 312
Decimal 97 229 202
Hex 61 E5 CA

RGB Percentages of Color #61e5ca

%18.37
%43.37
%38.26

CMYK Percentages of Color #61e5ca

%58
%0
%12
%10

Triadic Colors of #61e5ca

#61e5ca #ca61e5 #e5ca61

Analogous Colors of #61e5ca

#61e5ca #61bee5 #61e588

Monochromatic Colors of #61e5ca

#61e5ca

Complementary Color

#61e5ca #e5617c

#61e5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61e5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#61e5ca Color CSS Codes

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

#61e5ca Text Font Color

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

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


#61e5ca Background Color

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

This div background color is #61e5ca


#61e5ca Border Color

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

This div border color is #61e5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61e5ca


Comments

No comments written yet.

Please login to write comment.