Color Hex Logo

#4c86ce Color Hex

#4C86CE
(76,134,206)
0 Favorites   0 Comments

Color spaces of #4c86ce

RGB 76134206
HSL0.590.570.55
HSV213°63°81°
CMYK 0.630.350.00   0.19
XYZ22.646223.042961.6467
Yxy23.04290.21100.2147
Hunter Lab48.00300.2050-42.5396
CIE-Lab55.11653.4353-42.8404

#4c86ce color RGB value is (76,134,206).

#4c86ce hex color red value is 76, green value is 134 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4c86ce hue: 0.59 , saturation: 0.57 and the lightness value of 4c86ce is 0.55.

The process color (four color CMYK) of #4c86ce color hex is 0.63, 0.35, 0.00, 0.19. Web safe color of #4c86ce is #3399cc. Color #4c86ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000110 11001110
Octal 114 206 316
Decimal 76 134 206
Hex 4C 86 CE

RGB Percentages of Color #4c86ce

%18.27
%32.21
%49.52

CMYK Percentages of Color #4c86ce

%63
%35
%0
%19

Triadic Colors of #4c86ce

#4c86ce #ce4c86 #86ce4c

Analogous Colors of #4c86ce

#4c86ce #534cce #4cc7ce

Monochromatic Colors of #4c86ce

#4c86ce

Complementary Color

#4c86ce #ce944c

#4c86ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c86ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c86ce Color CSS Codes

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

#4c86ce Text Font Color

<p style="color:#4c86ce">Text here</p>

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


#4c86ce Background Color

<div style="background-color:#4c86ce">
Div content here</div>

This div background color is #4c86ce


#4c86ce Border Color

<div style="border:3px solid #4c86ce">
Div here</div>

This div border color is #4c86ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,134,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c86ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c86ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4c86ce;
  box-shadow:         1px 1px 3px 2px #4c86ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,134,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c86ce


Comments

No comments written yet.

Please login to write comment.