Color Hex Logo

#4babee Color Hex

#4BABEE
(75,171,238)
0 Favorites   0 Comments

Color spaces of #4babee

RGB 75171238
HSL0.570.830.61
HSV205°68°93°
CMYK 0.680.280.00   0.07
XYZ32.897236.794786.2571
Yxy36.79470.21090.2359
Hunter Lab60.6586-9.3461-41.8498
CIE-Lab67.1227-7.2312-41.7431

#4babee color RGB value is (75,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101011 11101110
Octal 113 253 356
Decimal 75 171 238
Hex 4B AB EE

RGB Percentages of Color #4babee

%15.50
%35.33
%49.17

CMYK Percentages of Color #4babee

%68
%28
%0
%7

Triadic Colors of #4babee

#4babee #ee4bab #abee4b

Analogous Colors of #4babee

#4babee #4b5aee #4beee0

Monochromatic Colors of #4babee

#4babee

Complementary Color

#4babee #ee8e4b

#4babee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4babee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4babee Color CSS Codes

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

#4babee Text Font Color

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

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


#4babee Background Color

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

This div background color is #4babee


#4babee Border Color

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

This div border color is #4babee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,171,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 #4babee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4babee


Comments

No comments written yet.

Please login to write comment.