Color Hex Logo

#4b8cef Color Hex

#4B8CEF
(75,140,239)
0 Favorites   0 Comments

Color spaces of #4b8cef

RGB 75140239
HSL0.600.840.62
HSV216°69°94°
CMYK 0.690.410.00   0.06
XYZ27.859726.484085.3049
Yxy26.48400.19950.1896
Hunter Lab51.46266.5729-62.2558
CIE-Lab58.493611.0428-55.9374

#4b8cef color RGB value is (75,140,239).

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

The process color (four color CMYK) of #4b8cef color hex is 0.69, 0.41, 0.00, 0.06. Web safe color of #4b8cef is #3399ff. Color #4b8cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10001100 11101111
Octal 113 214 357
Decimal 75 140 239
Hex 4B 8C EF

RGB Percentages of Color #4b8cef

%16.52
%30.84
%52.64

CMYK Percentages of Color #4b8cef

%69
%41
%0
%6

Triadic Colors of #4b8cef

#4b8cef #ef4b8c #8cef4b

Analogous Colors of #4b8cef

#4b8cef #5c4bef #4bdeef

Monochromatic Colors of #4b8cef

#4b8cef

Complementary Color

#4b8cef #efae4b

#4b8cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b8cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b8cef Color CSS Codes

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

#4b8cef Text Font Color

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

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


#4b8cef Background Color

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

This div background color is #4b8cef


#4b8cef Border Color

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

This div border color is #4b8cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b8cef


Comments

No comments written yet.

Please login to write comment.