Color Hex Logo

#51cddc Color Hex

#51CDDC
(81,205,220)
0 Favorites   0 Comments

Color spaces of #51cddc

RGB 81205220
HSL0.520.670.59
HSV186°63°86°
CMYK 0.630.070.00   0.14
XYZ38.142950.579375.4626
Yxy50.57930.23230.3081
Hunter Lab71.1191-28.7246-13.1276
CIE-Lab76.4235-29.5735-17.6413

#51cddc color RGB value is (81,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001101 11011100
Octal 121 315 334
Decimal 81 205 220
Hex 51 CD DC

RGB Percentages of Color #51cddc

%16.01
%40.51
%43.48

CMYK Percentages of Color #51cddc

%63
%7
%0
%14

Triadic Colors of #51cddc

#51cddc #dc51cd #cddc51

Analogous Colors of #51cddc

#51cddc #5188dc #51dca6

Monochromatic Colors of #51cddc

#51cddc

Complementary Color

#51cddc #dc6051

#51cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cddc Color CSS Codes

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

#51cddc Text Font Color

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

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


#51cddc Background Color

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

This div background color is #51cddc


#51cddc Border Color

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

This div border color is #51cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cddc


Comments

No comments written yet.

Please login to write comment.