Color Hex Logo

#51cbec Color Hex

#51CBEC
(81,203,236)
0 Favorites   0 Comments

Color spaces of #51cbec

RGB 81203236
HSL0.540.800.62
HSV193°66°93°
CMYK 0.660.140.00   0.07
XYZ39.889650.517387.0053
Yxy50.51730.22480.2847
Hunter Lab71.0755-24.2029-22.8255
CIE-Lab76.3857-23.8648-26.3060

#51cbec color RGB value is (81,203,236).

#51cbec hex color red value is 81, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #51cbec hue: 0.54 , saturation: 0.80 and the lightness value of 51cbec is 0.62.

The process color (four color CMYK) of #51cbec color hex is 0.66, 0.14, 0.00, 0.07. Web safe color of #51cbec is #66ccff. Color #51cbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001011 11101100
Octal 121 313 354
Decimal 81 203 236
Hex 51 CB EC

RGB Percentages of Color #51cbec

%15.58
%39.04
%45.38

CMYK Percentages of Color #51cbec

%66
%14
%0
%7

Triadic Colors of #51cbec

#51cbec #ec51cb #cbec51

Analogous Colors of #51cbec

#51cbec #517eec #51ecc0

Monochromatic Colors of #51cbec

#51cbec

Complementary Color

#51cbec #ec7251

#51cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cbec Color CSS Codes

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

#51cbec Text Font Color

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

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


#51cbec Background Color

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

This div background color is #51cbec


#51cbec Border Color

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

This div border color is #51cbec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,203,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cbec


Comments

No comments written yet.

Please login to write comment.