Color Hex Logo

#4b8aee Color Hex

#4B8AEE
(75,138,238)
0 Favorites   0 Comments

Color spaces of #4b8aee

RGB 75138238
HSL0.600.830.61
HSV217°68°93°
CMYK 0.680.420.00   0.07
XYZ27.422725.845984.4323
Yxy25.84590.19910.1877
Hunter Lab50.83897.3157-62.8806
CIE-Lab57.890511.8968-56.3465

#4b8aee color RGB value is (75,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10001010 11101110
Octal 113 212 356
Decimal 75 138 238
Hex 4B 8A EE

RGB Percentages of Color #4b8aee

%16.63
%30.60
%52.77

CMYK Percentages of Color #4b8aee

%68
%42
%0
%7

Triadic Colors of #4b8aee

#4b8aee #ee4b8a #8aee4b

Analogous Colors of #4b8aee

#4b8aee #5d4bee #4bdcee

Monochromatic Colors of #4b8aee

#4b8aee

Complementary Color

#4b8aee #eeaf4b

#4b8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b8aee Color CSS Codes

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

#4b8aee Text Font Color

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

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


#4b8aee Background Color

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

This div background color is #4b8aee


#4b8aee Border Color

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

This div border color is #4b8aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b8aee


Comments

No comments written yet.

Please login to write comment.