Color Hex Logo

#4bbfeb Color Hex

#4BBFEB
(75,191,235)
0 Favorites   0 Comments

Color spaces of #4bbfeb

RGB 75191235
HSL0.550.800.61
HSV197°68°92°
CMYK 0.680.190.00   0.08
XYZ36.527844.755685.3107
Yxy44.75560.21930.2687
Hunter Lab66.8996-19.6117-28.7771
CIE-Lab72.7307-18.9370-31.3949

#4bbfeb color RGB value is (75,191,235).

#4bbfeb hex color red value is 75, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4bbfeb hue: 0.55 , saturation: 0.80 and the lightness value of 4bbfeb is 0.61.

The process color (four color CMYK) of #4bbfeb color hex is 0.68, 0.19, 0.00, 0.08. Web safe color of #4bbfeb is #33ccff. Color #4bbfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111111 11101011
Octal 113 277 353
Decimal 75 191 235
Hex 4B BF EB

RGB Percentages of Color #4bbfeb

%14.97
%38.12
%46.91

CMYK Percentages of Color #4bbfeb

%68
%19
%0
%8

Triadic Colors of #4bbfeb

#4bbfeb #eb4bbf #bfeb4b

Analogous Colors of #4bbfeb

#4bbfeb #4b6feb #4bebc7

Monochromatic Colors of #4bbfeb

#4bbfeb

Complementary Color

#4bbfeb #eb774b

#4bbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbfeb Color CSS Codes

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

#4bbfeb Text Font Color

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

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


#4bbfeb Background Color

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

This div background color is #4bbfeb


#4bbfeb Border Color

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

This div border color is #4bbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbfeb


Comments

No comments written yet.

Please login to write comment.