Color Hex Logo

#bebdaf Color Hex

#BEBDAF
(190,189,175)
0 Favorites   0 Comments

Color spaces of #bebdaf

RGB 190189175
HSL0.160.100.72
HSV56°75°
CMYK 0.000.010.08   0.25
XYZ47.170750.437547.8067
Yxy50.43750.32440.3469
Hunter Lab71.0194-5.72519.8025
CIE-Lab76.3370-2.13867.1915

#bebdaf color RGB value is (190,189,175).

#bebdaf hex color red value is 190, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bebdaf hue: 0.16 , saturation: 0.10 and the lightness value of bebdaf is 0.72.

The process color (four color CMYK) of #bebdaf color hex is 0.00, 0.01, 0.08, 0.25. Web safe color of #bebdaf is #cccc99. Color #bebdaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 10101111
Octal 276 275 257
Decimal 190 189 175
Hex BE BD AF

RGB Percentages of Color #bebdaf

%34.30
%34.12
%31.59

CMYK Percentages of Color #bebdaf

%0
%1
%8
%25

Triadic Colors of #bebdaf

#bebdaf #afbebd #bdafbe

Analogous Colors of #bebdaf

#bebdaf #b8beaf #beb6af

Monochromatic Colors of #bebdaf

#bebdaf

Complementary Color

#bebdaf #afb0be

#bebdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdaf Color CSS Codes

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

#bebdaf Text Font Color

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

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


#bebdaf Background Color

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

This div background color is #bebdaf


#bebdaf Border Color

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

This div border color is #bebdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdaf


Comments

No comments written yet.

Please login to write comment.