Color Hex Logo

#4bbafb Color Hex

#4BBAFB
(75,186,251)
0 Favorites   0 Comments

Color spaces of #4bbafb

RGB 75186251
HSL0.560.960.64
HSV202°70°98°
CMYK 0.700.260.00   0.02
XYZ37.873143.578797.6822
Yxy43.57870.21140.2433
Hunter Lab66.0142-13.1172-41.5224
CIE-Lab71.9460-11.1456-41.2614

#4bbafb color RGB value is (75,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 11111011
Octal 113 272 373
Decimal 75 186 251
Hex 4B BA FB

RGB Percentages of Color #4bbafb

%14.65
%36.33
%49.02

CMYK Percentages of Color #4bbafb

%70
%26
%0
%2

Triadic Colors of #4bbafb

#4bbafb #fb4bba #bafb4b

Analogous Colors of #4bbafb

#4bbafb #4b62fb #4bfbe4

Monochromatic Colors of #4bbafb

#4bbafb

Complementary Color

#4bbafb #fb8c4b

#4bbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbafb Color CSS Codes

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

#4bbafb Text Font Color

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

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


#4bbafb Background Color

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

This div background color is #4bbafb


#4bbafb Border Color

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

This div border color is #4bbafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbafb

Related Colors


Comments

No comments written yet.

Please login to write comment.