Color Hex Logo

#beabaf Color Hex

#BEABAF
(190,171,175)
0 Favorites   0 Comments

Color spaces of #beabaf

RGB 190171175
HSL0.960.130.71
HSV347°10°75°
CMYK 0.000.100.08   0.25
XYZ43.536043.168146.5951
Yxy43.16810.32660.3238
Hunter Lab65.70243.29913.9442
CIE-Lab71.66897.54190.4382

#beabaf color RGB value is (190,171,175).

#beabaf hex color red value is 190, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #beabaf hue: 0.96 , saturation: 0.13 and the lightness value of beabaf is 0.71.

The process color (four color CMYK) of #beabaf color hex is 0.00, 0.10, 0.08, 0.25. Web safe color of #beabaf is #cc9999. Color #beabaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 10101111
Octal 276 253 257
Decimal 190 171 175
Hex BE AB AF

RGB Percentages of Color #beabaf

%35.45
%31.90
%32.65

CMYK Percentages of Color #beabaf

%0
%10
%8
%25

Triadic Colors of #beabaf

#beabaf #afbeab #abafbe

Analogous Colors of #beabaf

#beabaf #beb1ab #beabb9

Monochromatic Colors of #beabaf

#beabaf

Complementary Color

#beabaf #abbeba

#beabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabaf Color CSS Codes

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

#beabaf Text Font Color

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

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


#beabaf Background Color

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

This div background color is #beabaf


#beabaf Border Color

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

This div border color is #beabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabaf


Comments

No comments written yet.

Please login to write comment.