Color Hex Logo

#51bfdf Color Hex

#51BFDF
(81,191,223)
0 Favorites   0 Comments

Color spaces of #51bfdf

RGB 81191223
HSL0.540.690.60
HSV194°64°87°
CMYK 0.640.140.00   0.13
XYZ35.343444.338676.5075
Yxy44.33860.22630.2839
Hunter Lab66.5872-21.7828-21.5120
CIE-Lab72.4542-21.7177-25.2980

#51bfdf color RGB value is (81,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111111 11011111
Octal 121 277 337
Decimal 81 191 223
Hex 51 BF DF

RGB Percentages of Color #51bfdf

%16.36
%38.59
%45.05

CMYK Percentages of Color #51bfdf

%64
%14
%0
%13

Triadic Colors of #51bfdf

#51bfdf #df51bf #bfdf51

Analogous Colors of #51bfdf

#51bfdf #5178df #51dfb8

Monochromatic Colors of #51bfdf

#51bfdf

Complementary Color

#51bfdf #df7151

#51bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bfdf Color CSS Codes

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

#51bfdf Text Font Color

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

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


#51bfdf Background Color

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

This div background color is #51bfdf


#51bfdf Border Color

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

This div border color is #51bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bfdf


Comments

No comments written yet.

Please login to write comment.