Color Hex Logo

#61bcdb Color Hex

#61BCDB
(97,188,219)
0 Favorites   0 Comments

Color spaces of #61bcdb

RGB 97188219
HSL0.540.630.62
HSV195°56°86°
CMYK 0.560.140.00   0.14
XYZ35.699243.622373.5562
Yxy43.62230.23350.2853
Hunter Lab66.0472-19.1014-19.7978
CIE-Lab71.9753-18.4509-23.8074

#61bcdb color RGB value is (97,188,219).

#61bcdb hex color red value is 97, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #61bcdb hue: 0.54 , saturation: 0.63 and the lightness value of 61bcdb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111100 11011011
Octal 141 274 333
Decimal 97 188 219
Hex 61 BC DB

RGB Percentages of Color #61bcdb

%19.25
%37.30
%43.45

CMYK Percentages of Color #61bcdb

%56
%14
%0
%14

Triadic Colors of #61bcdb

#61bcdb #db61bc #bcdb61

Analogous Colors of #61bcdb

#61bcdb #617fdb #61dbbd

Monochromatic Colors of #61bcdb

#61bcdb

Complementary Color

#61bcdb #db8061

#61bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bcdb Color CSS Codes

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

#61bcdb Text Font Color

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

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


#61bcdb Background Color

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

This div background color is #61bcdb


#61bcdb Border Color

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

This div border color is #61bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bcdb


Comments

No comments written yet.

Please login to write comment.