Color Hex Logo

#51bdca Color Hex

#51BDCA
(81,189,202)
0 Favorites   0 Comments

Color spaces of #51bdca

RGB 81189202
HSL0.520.530.55
HSV186°60°79°
CMYK 0.600.060.00   0.21
XYZ32.251642.408862.3630
Yxy42.40880.23540.3095
Hunter Lab65.1220-25.5617-11.1926
CIE-Lab71.1519-26.9099-15.8315

#51bdca color RGB value is (81,189,202).

#51bdca hex color red value is 81, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #51bdca hue: 0.52 , saturation: 0.53 and the lightness value of 51bdca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111101 11001010
Octal 121 275 312
Decimal 81 189 202
Hex 51 BD CA

RGB Percentages of Color #51bdca

%17.16
%40.04
%42.80

CMYK Percentages of Color #51bdca

%60
%6
%0
%21

Triadic Colors of #51bdca

#51bdca #ca51bd #bdca51

Analogous Colors of #51bdca

#51bdca #5181ca #51ca9b

Monochromatic Colors of #51bdca

#51bdca

Complementary Color

#51bdca #ca5e51

#51bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bdca Color CSS Codes

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

#51bdca Text Font Color

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

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


#51bdca Background Color

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

This div background color is #51bdca


#51bdca Border Color

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

This div border color is #51bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bdca


Comments

No comments written yet.

Please login to write comment.