Color Hex Logo

#51cedb Color Hex

#51CEDB
(81,206,219)
0 Favorites   0 Comments

Color spaces of #51cedb

RGB 81206219
HSL0.520.660.59
HSV186°63°86°
CMYK 0.630.060.00   0.14
XYZ38.250851.006474.8470
Yxy51.00640.23310.3108
Hunter Lab71.4188-29.3810-12.1429
CIE-Lab76.6829-30.3442-16.7114

#51cedb color RGB value is (81,206,219).

#51cedb hex color red value is 81, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #51cedb hue: 0.52 , saturation: 0.66 and the lightness value of 51cedb is 0.59.

The process color (four color CMYK) of #51cedb color hex is 0.63, 0.06, 0.00, 0.14. Web safe color of #51cedb is #66cccc. Color #51cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001110 11011011
Octal 121 316 333
Decimal 81 206 219
Hex 51 CE DB

RGB Percentages of Color #51cedb

%16.01
%40.71
%43.28

CMYK Percentages of Color #51cedb

%63
%6
%0
%14

Triadic Colors of #51cedb

#51cedb #db51ce #cedb51

Analogous Colors of #51cedb

#51cedb #5189db #51dba3

Monochromatic Colors of #51cedb

#51cedb

Complementary Color

#51cedb #db5e51

#51cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cedb Color CSS Codes

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

#51cedb Text Font Color

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

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


#51cedb Background Color

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

This div background color is #51cedb


#51cedb Border Color

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

This div border color is #51cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cedb


Comments

No comments written yet.

Please login to write comment.