Color Hex Logo

#4bbeeb Color Hex

#4BBEEB
(75,190,235)
0 Favorites   0 Comments

Color spaces of #4bbeeb

RGB 75190235
HSL0.550.800.61
HSV197°68°92°
CMYK 0.680.190.00   0.08
XYZ36.310544.320985.2383
Yxy44.32090.21890.2672
Hunter Lab66.5739-19.1476-29.3105
CIE-Lab72.4425-18.4170-31.8397

#4bbeeb color RGB value is (75,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111110 11101011
Octal 113 276 353
Decimal 75 190 235
Hex 4B BE EB

RGB Percentages of Color #4bbeeb

%15.00
%38.00
%47.00

CMYK Percentages of Color #4bbeeb

%68
%19
%0
%8

Triadic Colors of #4bbeeb

#4bbeeb #eb4bbe #beeb4b

Analogous Colors of #4bbeeb

#4bbeeb #4b6eeb #4bebc8

Monochromatic Colors of #4bbeeb

#4bbeeb

Complementary Color

#4bbeeb #eb784b

#4bbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbeeb Color CSS Codes

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

#4bbeeb Text Font Color

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

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


#4bbeeb Background Color

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

This div background color is #4bbeeb


#4bbeeb Border Color

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

This div border color is #4bbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbeeb


Comments

No comments written yet.

Please login to write comment.