Color Hex Logo

#4bacef Color Hex

#4BACEF
(75,172,239)
0 Favorites   0 Comments

Color spaces of #4bacef

RGB 75172239
HSL0.570.840.62
HSV205°69°94°
CMYK 0.690.280.00   0.06
XYZ33.234237.232987.0964
Yxy37.23290.21090.2363
Hunter Lab61.0188-9.5619-41.9157
CIE-Lab67.4514-7.4533-41.7747

#4bacef color RGB value is (75,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101100 11101111
Octal 113 254 357
Decimal 75 172 239
Hex 4B AC EF

RGB Percentages of Color #4bacef

%15.43
%35.39
%49.18

CMYK Percentages of Color #4bacef

%69
%28
%0
%6

Triadic Colors of #4bacef

#4bacef #ef4bac #acef4b

Analogous Colors of #4bacef

#4bacef #4b5aef #4befe0

Monochromatic Colors of #4bacef

#4bacef

Complementary Color

#4bacef #ef8e4b

#4bacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bacef Color CSS Codes

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

#4bacef Text Font Color

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

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


#4bacef Background Color

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

This div background color is #4bacef


#4bacef Border Color

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

This div border color is #4bacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bacef


Comments

No comments written yet.

Please login to write comment.