Color Hex Logo

#4b8887 Color Hex

#4B8887
(75,136,135)
0 Favorites   0 Comments

Color spaces of #4b8887

RGB 75136135
HSL0.500.290.41
HSV179°45°53°
CMYK 0.450.000.01   0.47
XYZ16.079020.853426.0993
Yxy20.85340.25510.3308
Hunter Lab45.6655-17.0642-1.9203
CIE-Lab52.7887-19.9721-5.6364

#4b8887 color RGB value is (75,136,135).

#4b8887 hex color red value is 75, green value is 136 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #4b8887 hue: 0.50 , saturation: 0.29 and the lightness value of 4b8887 is 0.41.

The process color (four color CMYK) of #4b8887 color hex is 0.45, 0.00, 0.01, 0.47. Web safe color of #4b8887 is #339999. Color #4b8887 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10001000 10000111
Octal 113 210 207
Decimal 75 136 135
Hex 4B 88 87

RGB Percentages of Color #4b8887

%21.68
%39.31
%39.02

CMYK Percentages of Color #4b8887

%45
%0
%1
%47

Triadic Colors of #4b8887

#4b8887 #874b88 #88874b

Analogous Colors of #4b8887

#4b8887 #4b6b88 #4b8869

Monochromatic Colors of #4b8887

#4b8887

Complementary Color

#4b8887 #884b4c

#4b8887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b8887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b8887 Color CSS Codes

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

#4b8887 Text Font Color

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

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


#4b8887 Background Color

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

This div background color is #4b8887


#4b8887 Border Color

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

This div border color is #4b8887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b8887


Comments

No comments written yet.

Please login to write comment.