Color Hex Logo

#4b9ebe Color Hex

#4B9EBE
(75,158,190)
0 Favorites   0 Comments

Color spaces of #4b9ebe

RGB 75158190
HSL0.550.470.52
HSV197°61°75°
CMYK 0.610.170.00   0.25
XYZ24.422829.667353.1543
Yxy29.66730.22770.2766
Hunter Lab54.4677-15.2808-19.7329
CIE-Lab61.3661-15.6000-24.0892

#4b9ebe color RGB value is (75,158,190).

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

The process color (four color CMYK) of #4b9ebe color hex is 0.61, 0.17, 0.00, 0.25. Web safe color of #4b9ebe is #3399cc. Color #4b9ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10011110 10111110
Octal 113 236 276
Decimal 75 158 190
Hex 4B 9E BE

RGB Percentages of Color #4b9ebe

%17.73
%37.35
%44.92

CMYK Percentages of Color #4b9ebe

%61
%17
%0
%25

Triadic Colors of #4b9ebe

#4b9ebe #be4b9e #9ebe4b

Analogous Colors of #4b9ebe

#4b9ebe #4b65be #4bbea5

Monochromatic Colors of #4b9ebe

#4b9ebe

Complementary Color

#4b9ebe #be6b4b

#4b9ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b9ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b9ebe Color CSS Codes

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

#4b9ebe Text Font Color

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

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


#4b9ebe Background Color

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

This div background color is #4b9ebe


#4b9ebe Border Color

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

This div border color is #4b9ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b9ebe


Comments

No comments written yet.

Please login to write comment.