Color Hex Logo

#61bcd8 Color Hex

#61BCD8
(97,188,216)
0 Favorites   0 Comments

Color spaces of #61bcd8

RGB 97188216
HSL0.540.600.61
HSV194°55°85°
CMYK 0.550.130.00   0.15
XYZ35.307743.465771.4946
Yxy43.46570.23500.2893
Hunter Lab65.9285-19.7801-18.1456
CIE-Lab71.8699-19.3202-22.3340

#61bcd8 color RGB value is (97,188,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111100 11011000
Octal 141 274 330
Decimal 97 188 216
Hex 61 BC D8

RGB Percentages of Color #61bcd8

%19.36
%37.52
%43.11

CMYK Percentages of Color #61bcd8

%55
%13
%0
%15

Triadic Colors of #61bcd8

#61bcd8 #d861bc #bcd861

Analogous Colors of #61bcd8

#61bcd8 #6181d8 #61d8b9

Monochromatic Colors of #61bcd8

#61bcd8

Complementary Color

#61bcd8 #d87d61

#61bcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bcd8 Color CSS Codes

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

#61bcd8 Text Font Color

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

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


#61bcd8 Background Color

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

This div background color is #61bcd8


#61bcd8 Border Color

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

This div border color is #61bcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bcd8


Comments

No comments written yet.

Please login to write comment.