Color Hex Logo

#56caeb Color Hex

#56CAEB
(86,202,235)
0 Favorites   0 Comments

Color spaces of #56caeb

RGB 86202235
HSL0.540.790.63
HSV193°63°92°
CMYK 0.630.140.00   0.08
XYZ39.953750.217786.1845
Yxy50.21770.22660.2848
Hunter Lab70.8644-23.3737-22.5027
CIE-Lab76.2027-22.8756-26.0361

#56caeb color RGB value is (86,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 11001010 11101011
Octal 126 312 353
Decimal 86 202 235
Hex 56 CA EB

RGB Percentages of Color #56caeb

%16.44
%38.62
%44.93

CMYK Percentages of Color #56caeb

%63
%14
%0
%8

Triadic Colors of #56caeb

#56caeb #eb56ca #caeb56

Analogous Colors of #56caeb

#56caeb #5680eb #56ebc2

Monochromatic Colors of #56caeb

#56caeb

Complementary Color

#56caeb #eb7756

#56caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#56caeb Color CSS Codes

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

#56caeb Text Font Color

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

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


#56caeb Background Color

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

This div background color is #56caeb


#56caeb Border Color

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

This div border color is #56caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56caeb


Comments

No comments written yet.

Please login to write comment.