Color Hex Logo

#61bdda Color Hex

#61BDDA
(97,189,218)
0 Favorites   0 Comments

Color spaces of #61bdda

RGB 97189218
HSL0.540.620.62
HSV194°56°85°
CMYK 0.560.130.00   0.15
XYZ35.782243.998572.9363
Yxy43.99850.23430.2881
Hunter Lab66.3314-19.7887-18.7618
CIE-Lab72.2275-19.2585-22.8782

#61bdda color RGB value is (97,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111101 11011010
Octal 141 275 332
Decimal 97 189 218
Hex 61 BD DA

RGB Percentages of Color #61bdda

%19.25
%37.50
%43.25

CMYK Percentages of Color #61bdda

%56
%13
%0
%15

Triadic Colors of #61bdda

#61bdda #da61bd #bdda61

Analogous Colors of #61bdda

#61bdda #6181da #61dabb

Monochromatic Colors of #61bdda

#61bdda

Complementary Color

#61bdda #da7e61

#61bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bdda Color CSS Codes

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

#61bdda Text Font Color

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

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


#61bdda Background Color

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

This div background color is #61bdda


#61bdda Border Color

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

This div border color is #61bdda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,189,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 #61bdda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bdda


Comments

No comments written yet.

Please login to write comment.