Color Hex Logo

#4bbcfa Color Hex

#4BBCFA
(75,188,250)
0 Favorites   0 Comments

Color spaces of #4bbcfa

RGB 75188250
HSL0.560.950.64
HSV201°70°98°
CMYK 0.700.250.00   0.02
XYZ38.140244.364496.9955
Yxy44.36440.21250.2472
Hunter Lab66.6066-14.3491-39.7161
CIE-Lab72.4714-12.5474-39.9024

#4bbcfa color RGB value is (75,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111100 11111010
Octal 113 274 372
Decimal 75 188 250
Hex 4B BC FA

RGB Percentages of Color #4bbcfa

%14.62
%36.65
%48.73

CMYK Percentages of Color #4bbcfa

%70
%25
%0
%2

Triadic Colors of #4bbcfa

#4bbcfa #fa4bbc #bcfa4b

Analogous Colors of #4bbcfa

#4bbcfa #4b65fa #4bfae1

Monochromatic Colors of #4bbcfa

#4bbcfa

Complementary Color

#4bbcfa #fa894b

#4bbcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbcfa Color CSS Codes

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

#4bbcfa Text Font Color

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

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


#4bbcfa Background Color

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

This div background color is #4bbcfa


#4bbcfa Border Color

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

This div border color is #4bbcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbcfa


Comments

No comments written yet.

Please login to write comment.