Color Hex Logo

#51cede Color Hex

#51CEDE
(81,206,222)
0 Favorites   0 Comments

Color spaces of #51cede

RGB 81206222
HSL0.520.680.59
HSV187°64°87°
CMYK 0.640.070.00   0.13
XYZ38.649551.165976.9462
Yxy51.16590.23180.3068
Hunter Lab71.5303-28.7304-13.7078
CIE-Lab76.7794-29.4820-18.1800

#51cede color RGB value is (81,206,222).

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

The process color (four color CMYK) of #51cede color hex is 0.64, 0.07, 0.00, 0.13. Web safe color of #51cede is #66cccc. Color #51cede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001110 11011110
Octal 121 316 336
Decimal 81 206 222
Hex 51 CE DE

RGB Percentages of Color #51cede

%15.91
%40.47
%43.61

CMYK Percentages of Color #51cede

%64
%7
%0
%13

Triadic Colors of #51cede

#51cede #de51ce #cede51

Analogous Colors of #51cede

#51cede #5188de #51dea8

Monochromatic Colors of #51cede

#51cede

Complementary Color

#51cede #de6151

#51cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cede Color CSS Codes

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

#51cede Text Font Color

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

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


#51cede Background Color

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

This div background color is #51cede


#51cede Border Color

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

This div border color is #51cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cede


Comments

No comments written yet.

Please login to write comment.