Color Hex Logo

#4b9dba Color Hex

#4B9DBA
(75,157,186)
0 Favorites   0 Comments

Color spaces of #4b9dba

RGB 75157186
HSL0.540.450.51
HSV196°60°73°
CMYK 0.600.160.00   0.27
XYZ23.821529.155050.8263
Yxy29.15500.22950.2809
Hunter Lab53.9954-15.7419-18.0134
CIE-Lab60.9182-16.2998-22.5280

#4b9dba color RGB value is (75,157,186).

#4b9dba hex color red value is 75, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4b9dba hue: 0.54 , saturation: 0.45 and the lightness value of 4b9dba is 0.51.

The process color (four color CMYK) of #4b9dba color hex is 0.60, 0.16, 0.00, 0.27. Web safe color of #4b9dba is #3399cc. Color #4b9dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10011101 10111010
Octal 113 235 272
Decimal 75 157 186
Hex 4B 9D BA

RGB Percentages of Color #4b9dba

%17.94
%37.56
%44.50

CMYK Percentages of Color #4b9dba

%60
%16
%0
%27

Triadic Colors of #4b9dba

#4b9dba #ba4b9d #9dba4b

Analogous Colors of #4b9dba

#4b9dba #4b66ba #4bbaa0

Monochromatic Colors of #4b9dba

#4b9dba

Complementary Color

#4b9dba #ba684b

#4b9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b9dba Color CSS Codes

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

#4b9dba Text Font Color

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

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


#4b9dba Background Color

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

This div background color is #4b9dba


#4b9dba Border Color

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

This div border color is #4b9dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b9dba


Comments

No comments written yet.

Please login to write comment.