Color Hex Logo

#61ccde Color Hex

#61CCDE
(97,204,222)
0 Favorites   0 Comments

Color spaces of #61ccde

RGB 97204222
HSL0.520.650.63
HSV189°56°87°
CMYK 0.560.080.00   0.13
XYZ39.707451.001076.8586
Yxy51.00100.23700.3044
Hunter Lab71.4150-25.7286-13.8189
CIE-Lab76.6796-25.7026-18.2844

#61ccde color RGB value is (97,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001100 11011110
Octal 141 314 336
Decimal 97 204 222
Hex 61 CC DE

RGB Percentages of Color #61ccde

%18.55
%39.01
%42.45

CMYK Percentages of Color #61ccde

%56
%8
%0
%13

Triadic Colors of #61ccde

#61ccde #de61cc #ccde61

Analogous Colors of #61ccde

#61ccde #618ede #61deb2

Monochromatic Colors of #61ccde

#61ccde

Complementary Color

#61ccde #de7361

#61ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ccde Color CSS Codes

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

#61ccde Text Font Color

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

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


#61ccde Background Color

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

This div background color is #61ccde


#61ccde Border Color

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

This div border color is #61ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ccde


Comments

No comments written yet.

Please login to write comment.