Color Hex Logo

#4bbbef Color Hex

#4BBBEF
(75,187,239)
0 Favorites   0 Comments

Color spaces of #4bbbef

RGB 75187239
HSL0.550.840.62
HSV199°69°94°
CMYK 0.690.220.00   0.06
XYZ36.252043.268588.1023
Yxy43.26850.21630.2581
Hunter Lab65.7788-16.7380-33.3662
CIE-Lab71.7368-15.5704-35.0981

#4bbbef color RGB value is (75,187,239).

#4bbbef hex color red value is 75, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4bbbef hue: 0.55 , saturation: 0.84 and the lightness value of 4bbbef is 0.62.

The process color (four color CMYK) of #4bbbef color hex is 0.69, 0.22, 0.00, 0.06. Web safe color of #4bbbef is #33ccff. Color #4bbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111011 11101111
Octal 113 273 357
Decimal 75 187 239
Hex 4B BB EF

RGB Percentages of Color #4bbbef

%14.97
%37.33
%47.70

CMYK Percentages of Color #4bbbef

%69
%22
%0
%6

Triadic Colors of #4bbbef

#4bbbef #ef4bbb #bbef4b

Analogous Colors of #4bbbef

#4bbbef #4b69ef #4befd1

Monochromatic Colors of #4bbbef

#4bbbef

Complementary Color

#4bbbef #ef7f4b

#4bbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbbef Color CSS Codes

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

#4bbbef Text Font Color

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

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


#4bbbef Background Color

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

This div background color is #4bbbef


#4bbbef Border Color

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

This div border color is #4bbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbbef


Comments

No comments written yet.

Please login to write comment.