Color Hex Logo

#4bbbeb Color Hex

#4BBBEB
(75,187,235)
0 Favorites   0 Comments

Color spaces of #4bbbeb

RGB 75187235
HSL0.550.800.61
HSV198°68°92°
CMYK 0.680.200.00   0.08
XYZ35.667443.034785.0239
Yxy43.03470.21780.2628
Hunter Lab65.6008-17.7504-30.9240
CIE-Lab71.5785-16.8477-33.1746

#4bbbeb color RGB value is (75,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111011 11101011
Octal 113 273 353
Decimal 75 187 235
Hex 4B BB EB

RGB Percentages of Color #4bbbeb

%15.09
%37.63
%47.28

CMYK Percentages of Color #4bbbeb

%68
%20
%0
%8

Triadic Colors of #4bbbeb

#4bbbeb #eb4bbb #bbeb4b

Analogous Colors of #4bbbeb

#4bbbeb #4b6beb #4bebcb

Monochromatic Colors of #4bbbeb

#4bbbeb

Complementary Color

#4bbbeb #eb7b4b

#4bbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbbeb Color CSS Codes

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

#4bbbeb Text Font Color

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

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


#4bbbeb Background Color

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

This div background color is #4bbbeb


#4bbbeb Border Color

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

This div border color is #4bbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbbeb


Comments

No comments written yet.

Please login to write comment.