Color Hex Logo

#51afeb Color Hex

#51AFEB
(81,175,235)
0 Favorites   0 Comments

Color spaces of #51afeb

RGB 81175235
HSL0.560.790.62
HSV203°66°92°
CMYK 0.660.260.00   0.08
XYZ33.718738.407484.2335
Yxy38.40740.21560.2456
Hunter Lab61.9737-11.3356-37.2043
CIE-Lab68.3198-9.4929-38.2206

#51afeb color RGB value is (81,175,235).

#51afeb hex color red value is 81, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #51afeb hue: 0.56 , saturation: 0.79 and the lightness value of 51afeb is 0.62.

The process color (four color CMYK) of #51afeb color hex is 0.66, 0.26, 0.00, 0.08. Web safe color of #51afeb is #6699ff. Color #51afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101111 11101011
Octal 121 257 353
Decimal 81 175 235
Hex 51 AF EB

RGB Percentages of Color #51afeb

%16.50
%35.64
%47.86

CMYK Percentages of Color #51afeb

%66
%26
%0
%8

Triadic Colors of #51afeb

#51afeb #eb51af #afeb51

Analogous Colors of #51afeb

#51afeb #5162eb #51ebda

Monochromatic Colors of #51afeb

#51afeb

Complementary Color

#51afeb #eb8d51

#51afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51afeb Color CSS Codes

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

#51afeb Text Font Color

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

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


#51afeb Background Color

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

This div background color is #51afeb


#51afeb Border Color

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

This div border color is #51afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51afeb


Comments

No comments written yet.

Please login to write comment.