Color Hex Logo

#51cbdc Color Hex

#51CBDC
(81,203,220)
0 Favorites   0 Comments

Color spaces of #51cbdc

RGB 81203220
HSL0.520.670.59
HSV187°63°86°
CMYK 0.630.080.00   0.14
XYZ37.667549.628575.3041
Yxy49.62850.23170.3052
Hunter Lab70.4475-27.8411-14.0642
CIE-Lab75.8407-28.6000-18.5221

#51cbdc color RGB value is (81,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001011 11011100
Octal 121 313 334
Decimal 81 203 220
Hex 51 CB DC

RGB Percentages of Color #51cbdc

%16.07
%40.28
%43.65

CMYK Percentages of Color #51cbdc

%63
%8
%0
%14

Triadic Colors of #51cbdc

#51cbdc #dc51cb #cbdc51

Analogous Colors of #51cbdc

#51cbdc #5186dc #51dca8

Monochromatic Colors of #51cbdc

#51cbdc

Complementary Color

#51cbdc #dc6251

#51cbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cbdc Color CSS Codes

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

#51cbdc Text Font Color

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

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


#51cbdc Background Color

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

This div background color is #51cbdc


#51cbdc Border Color

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

This div border color is #51cbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,203,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 #51cbdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cbdc


Comments

No comments written yet.

Please login to write comment.