Color Hex Logo

#51caec Color Hex

#51CAEC
(81,202,236)
0 Favorites   0 Comments

Color spaces of #51caec

RGB 81202236
HSL0.540.800.62
HSV193°66°93°
CMYK 0.660.140.00   0.07
XYZ39.654250.046586.9268
Yxy50.04650.22450.2833
Hunter Lab70.7436-23.7458-23.3327
CIE-Lab76.0978-23.3617-26.7466

#51caec color RGB value is (81,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001010 11101100
Octal 121 312 354
Decimal 81 202 236
Hex 51 CA EC

RGB Percentages of Color #51caec

%15.61
%38.92
%45.47

CMYK Percentages of Color #51caec

%66
%14
%0
%7

Triadic Colors of #51caec

#51caec #ec51ca #caec51

Analogous Colors of #51caec

#51caec #517dec #51ecc1

Monochromatic Colors of #51caec

#51caec

Complementary Color

#51caec #ec7351

#51caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#51caec Color CSS Codes

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

#51caec Text Font Color

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

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


#51caec Background Color

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

This div background color is #51caec


#51caec Border Color

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

This div border color is #51caec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51caec


Comments

No comments written yet.

Please login to write comment.