Color Hex Logo

#51e0ca Color Hex

#51E0CA
(81,224,202)
0 Favorites   0 Comments

Color spaces of #51e0ca

RGB 81224202
HSL0.470.700.60
HSV171°64°88°
CMYK 0.640.000.10   0.12
XYZ40.709759.324965.1823
Yxy59.32490.24640.3591
Hunter Lab77.0227-40.44493.7403
CIE-Lab81.4699-43.2313-0.5080

#51e0ca color RGB value is (81,224,202).

#51e0ca hex color red value is 81, green value is 224 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #51e0ca hue: 0.47 , saturation: 0.70 and the lightness value of 51e0ca is 0.60.

The process color (four color CMYK) of #51e0ca color hex is 0.64, 0.00, 0.10, 0.12. Web safe color of #51e0ca is #66cccc. Color #51e0ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11100000 11001010
Octal 121 340 312
Decimal 81 224 202
Hex 51 E0 CA

RGB Percentages of Color #51e0ca

%15.98
%44.18
%39.84

CMYK Percentages of Color #51e0ca

%64
%0
%10
%12

Triadic Colors of #51e0ca

#51e0ca #ca51e0 #e0ca51

Analogous Colors of #51e0ca

#51e0ca #51afe0 #51e083

Monochromatic Colors of #51e0ca

#51e0ca

Complementary Color

#51e0ca #e05167

#51e0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51e0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#51e0ca Color CSS Codes

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

#51e0ca Text Font Color

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

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


#51e0ca Background Color

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

This div background color is #51e0ca


#51e0ca Border Color

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

This div border color is #51e0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51e0ca


Comments

No comments written yet.

Please login to write comment.