Color Hex Logo

#888baf Color Hex

#888BAF
(136,139,175)
0 Favorites   0 Comments

Color spaces of #888baf

RGB 136139175
HSL0.650.200.61
HSV235°22°69°
CMYK 0.220.210.00   0.31
XYZ27.123826.794644.2997
Yxy26.79460.27620.2728
Hunter Lab51.76352.9469-14.5065
CIE-Lab58.78376.8419-19.2610

#888baf color RGB value is (136,139,175).

#888baf hex color red value is 136, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #888baf hue: 0.65 , saturation: 0.20 and the lightness value of 888baf is 0.61.

The process color (four color CMYK) of #888baf color hex is 0.22, 0.21, 0.00, 0.31. Web safe color of #888baf is #999999. Color #888baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001011 10101111
Octal 210 213 257
Decimal 136 139 175
Hex 88 8B AF

RGB Percentages of Color #888baf

%30.22
%30.89
%38.89

CMYK Percentages of Color #888baf

%22
%21
%0
%31

Triadic Colors of #888baf

#888baf #af888b #8baf88

Analogous Colors of #888baf

#888baf #9988af #889faf

Monochromatic Colors of #888baf

#888baf

Complementary Color

#888baf #afac88

#888baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#888baf Color CSS Codes

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

#888baf Text Font Color

<p style="color:#888baf">Text here</p>

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


#888baf Background Color

<div style="background-color:#888baf">
Div content here</div>

This div background color is #888baf


#888baf Border Color

<div style="border:3px solid #888baf">
Div here</div>

This div border color is #888baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,139,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #888baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #888baf;
  -webkit-box-shadow: 1px 1px 3px 2px #888baf;
  box-shadow:         1px 1px 3px 2px #888baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888baf


Comments

No comments written yet.

Please login to write comment.