Color Hex Logo

#4bb2fa Color Hex

#4BB2FA
(75,178,250)
0 Favorites   0 Comments

Color spaces of #4bb2fa

RGB 75178250
HSL0.570.950.64
HSV205°70°98°
CMYK 0.700.290.00   0.02
XYZ36.077440.238896.3079
Yxy40.23880.20900.2331
Hunter Lab63.4341-9.4898-45.6124
CIE-Lab69.6393-7.1123-44.3296

#4bb2fa color RGB value is (75,178,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10110010 11111010
Octal 113 262 372
Decimal 75 178 250
Hex 4B B2 FA

RGB Percentages of Color #4bb2fa

%14.91
%35.39
%49.70

CMYK Percentages of Color #4bb2fa

%70
%29
%0
%2

Triadic Colors of #4bb2fa

#4bb2fa #fa4bb2 #b2fa4b

Analogous Colors of #4bb2fa

#4bb2fa #4b5afa #4bfaeb

Monochromatic Colors of #4bb2fa

#4bb2fa

Complementary Color

#4bb2fa #fa934b

#4bb2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bb2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bb2fa Color CSS Codes

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

#4bb2fa Text Font Color

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

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


#4bb2fa Background Color

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

This div background color is #4bb2fa


#4bb2fa Border Color

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

This div border color is #4bb2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bb2fa

Related Colors


Comments

No comments written yet.

Please login to write comment.