Color Hex Logo

#51bbdf Color Hex

#51BBDF
(81,187,223)
0 Favorites   0 Comments

Color spaces of #51bbdf

RGB 81187223
HSL0.540.690.60
HSV195°64°87°
CMYK 0.640.160.00   0.13
XYZ34.482942.617776.2206
Yxy42.61770.22490.2780
Hunter Lab65.2822-19.9580-23.5268
CIE-Lab71.2947-19.6618-27.0746

#51bbdf color RGB value is (81,187,223).

#51bbdf hex color red value is 81, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #51bbdf hue: 0.54 , saturation: 0.69 and the lightness value of 51bbdf is 0.60.

The process color (four color CMYK) of #51bbdf color hex is 0.64, 0.16, 0.00, 0.13. Web safe color of #51bbdf is #66cccc. Color #51bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111011 11011111
Octal 121 273 337
Decimal 81 187 223
Hex 51 BB DF

RGB Percentages of Color #51bbdf

%16.50
%38.09
%45.42

CMYK Percentages of Color #51bbdf

%64
%16
%0
%13

Triadic Colors of #51bbdf

#51bbdf #df51bb #bbdf51

Analogous Colors of #51bbdf

#51bbdf #5174df #51dfbc

Monochromatic Colors of #51bbdf

#51bbdf

Complementary Color

#51bbdf #df7551

#51bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bbdf Color CSS Codes

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

#51bbdf Text Font Color

<p style="color:#51bbdf">Text here</p>

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


#51bbdf Background Color

<div style="background-color:#51bbdf">
Div content here</div>

This div background color is #51bbdf


#51bbdf Border Color

<div style="border:3px solid #51bbdf">
Div here</div>

This div border color is #51bbdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,187,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51bbdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51bbdf;
  -webkit-box-shadow: 1px 1px 3px 2px #51bbdf;
  box-shadow:         1px 1px 3px 2px #51bbdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,187,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 #51bbdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bbdf


Comments

No comments written yet.

Please login to write comment.