Color Hex Logo

#51cace Color Hex

#51CACE
(81,202,206)
0 Favorites   0 Comments

Color spaces of #51cace

RGB 81202206
HSL0.510.560.56
HSV182°61°81°
CMYK 0.610.020.00   0.19
XYZ35.654448.446665.8645
Yxy48.44660.23780.3231
Hunter Lab69.6036-30.3698-7.3824
CIE-Lab75.1057-32.0951-12.0666

#51cace color RGB value is (81,202,206).

#51cace hex color red value is 81, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #51cace hue: 0.51 , saturation: 0.56 and the lightness value of 51cace is 0.56.

The process color (four color CMYK) of #51cace color hex is 0.61, 0.02, 0.00, 0.19. Web safe color of #51cace is #66cccc. Color #51cace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001010 11001110
Octal 121 312 316
Decimal 81 202 206
Hex 51 CA CE

RGB Percentages of Color #51cace

%16.56
%41.31
%42.13

CMYK Percentages of Color #51cace

%61
%2
%0
%19

Triadic Colors of #51cace

#51cace #ce51ca #cace51

Analogous Colors of #51cace

#51cace #518cce #51ce94

Monochromatic Colors of #51cace

#51cace

Complementary Color

#51cace #ce5551

#51cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cace Color CSS Codes

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

#51cace Text Font Color

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

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


#51cace Background Color

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

This div background color is #51cace


#51cace Border Color

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

This div border color is #51cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cace


Comments

No comments written yet.

Please login to write comment.