Color Hex Logo

#4b8cea Color Hex

#4B8CEA
(75,140,234)
0 Favorites   0 Comments

Color spaces of #4b8cea

RGB 75140234
HSL0.600.790.61
HSV215°68°92°
CMYK 0.680.400.00   0.08
XYZ27.131026.192581.4676
Yxy26.19250.20130.1943
Hunter Lab51.17865.0645-58.5545
CIE-Lab58.21939.3038-53.6032

#4b8cea color RGB value is (75,140,234).

#4b8cea hex color red value is 75, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4b8cea hue: 0.60 , saturation: 0.79 and the lightness value of 4b8cea is 0.61.

The process color (four color CMYK) of #4b8cea color hex is 0.68, 0.40, 0.00, 0.08. Web safe color of #4b8cea is #3399ff. Color #4b8cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10001100 11101010
Octal 113 214 352
Decimal 75 140 234
Hex 4B 8C EA

RGB Percentages of Color #4b8cea

%16.70
%31.18
%52.12

CMYK Percentages of Color #4b8cea

%68
%40
%0
%8

Triadic Colors of #4b8cea

#4b8cea #ea4b8c #8cea4b

Analogous Colors of #4b8cea

#4b8cea #594bea #4bdcea

Monochromatic Colors of #4b8cea

#4b8cea

Complementary Color

#4b8cea #eaa94b

#4b8cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b8cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b8cea Color CSS Codes

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

#4b8cea Text Font Color

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

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


#4b8cea Background Color

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

This div background color is #4b8cea


#4b8cea Border Color

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

This div border color is #4b8cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b8cea


Comments

No comments written yet.

Please login to write comment.