color codes Logo

#4b86ec color codes

#4B86EC
(75,134,236)
0 Favorites   0 Comments

Color spaces of #4b86ec

RGB 75134236
HSL0.610.810.61
HSV218°68°93°
CMYK 0.680.430.00   0.07
XYZ26.567124.602282.7053
Yxy24.60220.19840.1838
Hunter Lab49.60068.8072-64.1412
CIE-Lab56.685813.6171-57.1622

#4b86ec color RGB value is (75,134,236).

#4b86ec hex color red value is 75, green value is 134 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4b86ec hue: 0.61 , saturation: 0.81 and the lightness value of 4b86ec is 0.61.

The process color (four color CMYK) of #4b86ec color code is 0.68, 0.43, 0.00, 0.07. Web safe color of #4b86ec is #3399ff. Color #4b86ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000110 11101100
Octal 113 206 354
Decimal 75 134 236
Hex 4B 86 EC

RGB Percentages of Color #4b86ec

%16.85
%30.11
%53.03

CMYK Percentages of Color #4b86ec

%68
%43
%0
%7

Triadic Colors of #4b86ec

#4b86ec #ec4b86 #86ec4b

Analogous Colors of #4b86ec

#4b86ec #614bec #4bd7ec

Monochromatic Colors of #4b86ec

#4b86ec

Complementary Color

#4b86ec #ecb14b

#4b86ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b86ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b86ec Color CSS Codes

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

#4b86ec Text Font Color

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

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


#4b86ec Background Color

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

This div background color is #4b86ec


#4b86ec Border Color

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

This div border color is #4b86ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b86ec


Comments

No comments written yet.

Please login to write comment.