Color Hex Logo

#61ccea Color Hex

#61CCEA
(97,204,234)
0 Favorites   0 Comments

Color spaces of #61ccea

RGB 97204234
HSL0.540.770.65
HSV193°59°92°
CMYK 0.590.130.00   0.08
XYZ41.373951.667685.6341
Yxy51.66760.23160.2892
Hunter Lab71.8802-23.0465-20.3187
CIE-Lab77.0817-22.2779-24.1259

#61ccea color RGB value is (97,204,234).

#61ccea hex color red value is 97, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #61ccea hue: 0.54 , saturation: 0.77 and the lightness value of 61ccea is 0.65.

The process color (four color CMYK) of #61ccea color hex is 0.59, 0.13, 0.00, 0.08. Web safe color of #61ccea is #66ccff. Color #61ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001100 11101010
Octal 141 314 352
Decimal 97 204 234
Hex 61 CC EA

RGB Percentages of Color #61ccea

%18.13
%38.13
%43.74

CMYK Percentages of Color #61ccea

%59
%13
%0
%8

Triadic Colors of #61ccea

#61ccea #ea61cc #ccea61

Analogous Colors of #61ccea

#61ccea #6188ea #61eac4

Monochromatic Colors of #61ccea

#61ccea

Complementary Color

#61ccea #ea7f61

#61ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ccea Color CSS Codes

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

#61ccea Text Font Color

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

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


#61ccea Background Color

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

This div background color is #61ccea


#61ccea Border Color

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

This div border color is #61ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ccea


Comments

No comments written yet.

Please login to write comment.