Color Hex Logo

#4bacfa Color Hex

#4BACFA
(75,172,250)
0 Favorites   0 Comments

Color spaces of #4bacfa

RGB 75172250
HSL0.570.950.64
HSV207°70°98°
CMYK 0.700.310.00   0.02
XYZ34.909537.903095.9186
Yxy37.90300.20690.2246
Hunter Lab61.5654-6.5244-49.2777
CIE-Lab67.9491-3.7763-46.9847

#4bacfa color RGB value is (75,172,250).

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

The process color (four color CMYK) of #4bacfa color hex is 0.70, 0.31, 0.00, 0.02. Web safe color of #4bacfa is #3399ff. Color #4bacfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101100 11111010
Octal 113 254 372
Decimal 75 172 250
Hex 4B AC FA

RGB Percentages of Color #4bacfa

%15.09
%34.61
%50.30

CMYK Percentages of Color #4bacfa

%70
%31
%0
%2

Triadic Colors of #4bacfa

#4bacfa #fa4bac #acfa4b

Analogous Colors of #4bacfa

#4bacfa #4b55fa #4bfaf1

Monochromatic Colors of #4bacfa

#4bacfa

Complementary Color

#4bacfa #fa994b

#4bacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bacfa Color CSS Codes

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

#4bacfa Text Font Color

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

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


#4bacfa Background Color

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

This div background color is #4bacfa


#4bacfa Border Color

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

This div border color is #4bacfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bacfa


Comments

No comments written yet.

Please login to write comment.