Color Hex Logo

#56cbeb Color Hex

#56CBEB
(86,203,235)
0 Favorites   0 Comments

Color spaces of #56cbeb

RGB 86203235
HSL0.540.790.63
HSV193°63°92°
CMYK 0.630.140.00   0.08
XYZ40.189150.688586.2629
Yxy50.68850.22690.2861
Hunter Lab71.1959-23.8319-22.0003
CIE-Lab76.4899-23.3796-25.5969

#56cbeb color RGB value is (86,203,235).

#56cbeb hex color red value is 86, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #56cbeb hue: 0.54 , saturation: 0.79 and the lightness value of 56cbeb is 0.63.

The process color (four color CMYK) of #56cbeb color hex is 0.63, 0.14, 0.00, 0.08. Web safe color of #56cbeb is #66ccff. Color #56cbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 11001011 11101011
Octal 126 313 353
Decimal 86 203 235
Hex 56 CB EB

RGB Percentages of Color #56cbeb

%16.41
%38.74
%44.85

CMYK Percentages of Color #56cbeb

%63
%14
%0
%8

Triadic Colors of #56cbeb

#56cbeb #eb56cb #cbeb56

Analogous Colors of #56cbeb

#56cbeb #5681eb #56ebc1

Monochromatic Colors of #56cbeb

#56cbeb

Complementary Color

#56cbeb #eb7656

#56cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#56cbeb Color CSS Codes

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

#56cbeb Text Font Color

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

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


#56cbeb Background Color

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

This div background color is #56cbeb


#56cbeb Border Color

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

This div border color is #56cbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,203,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 #56cbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56cbeb


Comments

No comments written yet.

Please login to write comment.