Color Hex Logo

#51defc Color Hex

#51DEFC
(81,222,252)
0 Favorites   0 Comments

Color spaces of #51defc

RGB 81222252
HSL0.530.970.65
HSV191°68°99°
CMYK 0.680.120.00   0.01
XYZ47.085361.0202101.3919
Yxy61.02020.22480.2913
Hunter Lab78.1154-29.1083-22.2762
CIE-Lab82.3896-28.4664-25.6667

#51defc color RGB value is (81,222,252).

#51defc hex color red value is 81, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #51defc hue: 0.53 , saturation: 0.97 and the lightness value of 51defc is 0.65.

The process color (four color CMYK) of #51defc color hex is 0.68, 0.12, 0.00, 0.01. Web safe color of #51defc is #66ccff. Color #51defc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011110 11111100
Octal 121 336 374
Decimal 81 222 252
Hex 51 DE FC

RGB Percentages of Color #51defc

%14.59
%40.00
%45.41

CMYK Percentages of Color #51defc

%68
%12
%0
%1

Triadic Colors of #51defc

#51defc #fc51de #defc51

Analogous Colors of #51defc

#51defc #5189fc #51fcc5

Monochromatic Colors of #51defc

#51defc

Complementary Color

#51defc #fc6f51

#51defc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51defc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51defc Color CSS Codes

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

#51defc Text Font Color

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

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


#51defc Background Color

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

This div background color is #51defc


#51defc Border Color

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

This div border color is #51defc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51defc


Comments

No comments written yet.

Please login to write comment.