Color Hex Logo

#61bddf Color Hex

#61BDDF
(97,189,223)
0 Favorites   0 Comments

Color spaces of #61bddf

RGB 97189223
HSL0.540.660.63
HSV196°57°87°
CMYK 0.570.150.00   0.13
XYZ36.446644.264376.4350
Yxy44.26430.23190.2817
Hunter Lab66.5314-18.6458-21.5437
CIE-Lab72.4048-17.8019-25.3270

#61bddf color RGB value is (97,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111101 11011111
Octal 141 275 337
Decimal 97 189 223
Hex 61 BD DF

RGB Percentages of Color #61bddf

%19.06
%37.13
%43.81

CMYK Percentages of Color #61bddf

%57
%15
%0
%13

Triadic Colors of #61bddf

#61bddf #df61bd #bddf61

Analogous Colors of #61bddf

#61bddf #617edf #61dfc2

Monochromatic Colors of #61bddf

#61bddf

Complementary Color

#61bddf #df8361

#61bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bddf Color CSS Codes

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

#61bddf Text Font Color

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

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


#61bddf Background Color

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

This div background color is #61bddf


#61bddf Border Color

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

This div border color is #61bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bddf


Comments

No comments written yet.

Please login to write comment.