Color Hex Logo

#61ccdf Color Hex

#61CCDF
(97,204,223)
0 Favorites   0 Comments

Color spaces of #61ccdf

RGB 97204223
HSL0.530.660.63
HSV189°57°87°
CMYK 0.570.090.00   0.13
XYZ39.841951.054877.5667
Yxy51.05480.23650.3031
Hunter Lab71.4526-25.5108-14.3465
CIE-Lab76.7122-25.4214-18.7734

#61ccdf color RGB value is (97,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001100 11011111
Octal 141 314 337
Decimal 97 204 223
Hex 61 CC DF

RGB Percentages of Color #61ccdf

%18.51
%38.93
%42.56

CMYK Percentages of Color #61ccdf

%57
%9
%0
%13

Triadic Colors of #61ccdf

#61ccdf #df61cc #ccdf61

Analogous Colors of #61ccdf

#61ccdf #618ddf #61dfb3

Monochromatic Colors of #61ccdf

#61ccdf

Complementary Color

#61ccdf #df7461

#61ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ccdf Color CSS Codes

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

#61ccdf Text Font Color

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

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


#61ccdf Background Color

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

This div background color is #61ccdf


#61ccdf Border Color

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

This div border color is #61ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ccdf


Comments

No comments written yet.

Please login to write comment.