Color Hex Logo

#61ccda Color Hex

#61CCDA
(97,204,218)
0 Favorites   0 Comments

Color spaces of #61ccda

RGB 97204218
HSL0.520.620.62
HSV187°56°85°
CMYK 0.560.060.00   0.15
XYZ39.177550.789174.0681
Yxy50.78910.23880.3096
Hunter Lab71.2665-26.5891-11.7343
CIE-Lab76.5511-26.8187-16.3243

#61ccda color RGB value is (97,204,218).

#61ccda hex color red value is 97, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #61ccda hue: 0.52 , saturation: 0.62 and the lightness value of 61ccda is 0.62.

The process color (four color CMYK) of #61ccda color hex is 0.56, 0.06, 0.00, 0.15. Web safe color of #61ccda is #66cccc. Color #61ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001100 11011010
Octal 141 314 332
Decimal 97 204 218
Hex 61 CC DA

RGB Percentages of Color #61ccda

%18.69
%39.31
%42.00

CMYK Percentages of Color #61ccda

%56
%6
%0
%15

Triadic Colors of #61ccda

#61ccda #da61cc #ccda61

Analogous Colors of #61ccda

#61ccda #6190da #61daac

Monochromatic Colors of #61ccda

#61ccda

Complementary Color

#61ccda #da6f61

#61ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ccda Color CSS Codes

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

#61ccda Text Font Color

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

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


#61ccda Background Color

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

This div background color is #61ccda


#61ccda Border Color

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

This div border color is #61ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ccda


Comments

No comments written yet.

Please login to write comment.