Color Hex Logo

#4bbafa Color Hex

#4BBAFA
(75,186,250)
0 Favorites   0 Comments

Color spaces of #4bbafa

RGB 75186250
HSL0.560.950.64
HSV202°70°98°
CMYK 0.700.260.00   0.02
XYZ37.715943.515896.8540
Yxy43.51580.21180.2444
Hunter Lab65.9665-13.3852-40.8748
CIE-Lab71.9037-11.4729-40.7877

#4bbafa color RGB value is (75,186,250).

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

The process color (four color CMYK) of #4bbafa color hex is 0.70, 0.26, 0.00, 0.02. Web safe color of #4bbafa is #33ccff. Color #4bbafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 11111010
Octal 113 272 372
Decimal 75 186 250
Hex 4B BA FA

RGB Percentages of Color #4bbafa

%14.68
%36.40
%48.92

CMYK Percentages of Color #4bbafa

%70
%26
%0
%2

Triadic Colors of #4bbafa

#4bbafa #fa4bba #bafa4b

Analogous Colors of #4bbafa

#4bbafa #4b62fa #4bfae3

Monochromatic Colors of #4bbafa

#4bbafa

Complementary Color

#4bbafa #fa8b4b

#4bbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbafa Color CSS Codes

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

#4bbafa Text Font Color

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

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


#4bbafa Background Color

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

This div background color is #4bbafa


#4bbafa Border Color

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

This div border color is #4bbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbafa

Related Colors


Comments

No comments written yet.

Please login to write comment.