Color Hex Logo

#56beff Color Hex

#56BEFF
(86,190,255)
0 Favorites   0 Comments

Color spaces of #56beff

RGB 86190255
HSL0.561.000.67
HSV203°66°100°
CMYK 0.660.250.00   0.00
XYZ40.301246.0253101.3674
Yxy46.02530.21470.2452
Hunter Lab67.8419-12.6863-41.1000
CIE-Lab73.5619-10.4104-40.8711

#56beff color RGB value is (86,190,255).

#56beff hex color red value is 86, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #56beff hue: 0.56 , saturation: 1.00 and the lightness value of 56beff is 0.67.

The process color (four color CMYK) of #56beff color hex is 0.66, 0.25, 0.00, 0.00. Web safe color of #56beff is #66ccff. Color #56beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111110 11111111
Octal 126 276 377
Decimal 86 190 255
Hex 56 BE FF

RGB Percentages of Color #56beff

%16.20
%35.78
%48.02

CMYK Percentages of Color #56beff

%66
%25
%0
%0

Triadic Colors of #56beff

#56beff #ff56be #beff56

Analogous Colors of #56beff

#56beff #566aff #56ffec

Monochromatic Colors of #56beff

#56beff

Complementary Color

#56beff #ff9756

#56beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#56beff Color CSS Codes

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

#56beff Text Font Color

<p style="color:#56beff">Text here</p>

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


#56beff Background Color

<div style="background-color:#56beff">
Div content here</div>

This div background color is #56beff


#56beff Border Color

<div style="border:3px solid #56beff">
Div here</div>

This div border color is #56beff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,190,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56beff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56beff;
  -webkit-box-shadow: 1px 1px 3px 2px #56beff;
  box-shadow:         1px 1px 3px 2px #56beff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,190,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56beff

Related Colors


Comments

No comments written yet.

Please login to write comment.