Color Hex Logo

#4bbbff Color Hex

#4BBBFF
(75,187,255)
0 Favorites   0 Comments

Color spaces of #4bbbff

RGB 75187255
HSL0.561.000.65
HSV203°71°100°
CMYK 0.710.270.00   0.00
XYZ38.722044.2565101.1092
Yxy44.25650.21030.2404
Hunter Lab66.5256-12.5217-43.5443
CIE-Lab72.3996-10.3722-42.7092

#4bbbff color RGB value is (75,187,255).

#4bbbff hex color red value is 75, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4bbbff hue: 0.56 , saturation: 1.00 and the lightness value of 4bbbff is 0.65.

The process color (four color CMYK) of #4bbbff color hex is 0.71, 0.27, 0.00, 0.00. Web safe color of #4bbbff is #33ccff. Color #4bbbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111011 11111111
Octal 113 273 377
Decimal 75 187 255
Hex 4B BB FF

RGB Percentages of Color #4bbbff

%14.51
%36.17
%49.32

CMYK Percentages of Color #4bbbff

%71
%27
%0
%0

Triadic Colors of #4bbbff

#4bbbff #ff4bbb #bbff4b

Analogous Colors of #4bbbff

#4bbbff #4b61ff #4bffe9

Monochromatic Colors of #4bbbff

#4bbbff

Complementary Color

#4bbbff #ff8f4b

#4bbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbbff Color CSS Codes

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

#4bbbff Text Font Color

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

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


#4bbbff Background Color

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

This div background color is #4bbbff


#4bbbff Border Color

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

This div border color is #4bbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbbff


Comments

No comments written yet.

Please login to write comment.