Color Hex Logo

#51ddc3 Color Hex

#51DDC3
(81,221,195)
0 Favorites   0 Comments

Color spaces of #51ddc3

RGB 81221195
HSL0.470.670.59
HSV169°63°87°
CMYK 0.630.000.12   0.13
XYZ39.100157.402460.6487
Yxy57.40240.24880.3653
Hunter Lab75.7644-40.46835.5739
CIE-Lab80.4054-43.67731.6589

#51ddc3 color RGB value is (81,221,195).

#51ddc3 hex color red value is 81, green value is 221 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #51ddc3 hue: 0.47 , saturation: 0.67 and the lightness value of 51ddc3 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011101 11000011
Octal 121 335 303
Decimal 81 221 195
Hex 51 DD C3

RGB Percentages of Color #51ddc3

%16.30
%44.47
%39.24

CMYK Percentages of Color #51ddc3

%63
%0
%12
%13

Triadic Colors of #51ddc3

#51ddc3 #c351dd #ddc351

Analogous Colors of #51ddc3

#51ddc3 #51b1dd #51dd7d

Monochromatic Colors of #51ddc3

#51ddc3

Complementary Color

#51ddc3 #dd516b

#51ddc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ddc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ddc3 Color CSS Codes

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

#51ddc3 Text Font Color

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

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


#51ddc3 Background Color

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

This div background color is #51ddc3


#51ddc3 Border Color

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

This div border color is #51ddc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ddc3


Comments

No comments written yet.

Please login to write comment.