Color Hex Logo

#56bbbe Color Hex

#56BBBE
(86,187,190)
0 Favorites   0 Comments

Color spaces of #56bbbe

RGB 86187190
HSL0.500.440.54
HSV182°55°75°
CMYK 0.550.020.00   0.25
XYZ30.902341.236855.0460
Yxy41.23680.24300.3242
Hunter Lab64.2159-26.4791-5.8724
CIE-Lab70.3415-28.3499-10.4608

#56bbbe color RGB value is (86,187,190).

#56bbbe hex color red value is 86, green value is 187 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #56bbbe hue: 0.50 , saturation: 0.44 and the lightness value of 56bbbe is 0.54.

The process color (four color CMYK) of #56bbbe color hex is 0.55, 0.02, 0.00, 0.25. Web safe color of #56bbbe is #66cccc. Color #56bbbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10111011 10111110
Octal 126 273 276
Decimal 86 187 190
Hex 56 BB BE

RGB Percentages of Color #56bbbe

%18.57
%40.39
%41.04

CMYK Percentages of Color #56bbbe

%55
%2
%0
%25

Triadic Colors of #56bbbe

#56bbbe #be56bb #bbbe56

Analogous Colors of #56bbbe

#56bbbe #5687be #56be8d

Monochromatic Colors of #56bbbe

#56bbbe

Complementary Color

#56bbbe #be5956

#56bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#56bbbe Color CSS Codes

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

#56bbbe Text Font Color

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

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


#56bbbe Background Color

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

This div background color is #56bbbe


#56bbbe Border Color

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

This div border color is #56bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56bbbe


Comments

No comments written yet.

Please login to write comment.