Color Hex Logo

#bebcaf Color Hex

#BEBCAF
(190,188,175)
0 Favorites   0 Comments

Color spaces of #bebcaf

RGB 190188175
HSL0.140.100.72
HSV52°75°
CMYK 0.000.010.08   0.25
XYZ46.956350.008747.7352
Yxy50.00870.32450.3456
Hunter Lab70.7168-5.22969.4799
CIE-Lab76.0746-1.60826.8149

#bebcaf color RGB value is (190,188,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 10101111
Octal 276 274 257
Decimal 190 188 175
Hex BE BC AF

RGB Percentages of Color #bebcaf

%34.36
%34.00
%31.65

CMYK Percentages of Color #bebcaf

%0
%1
%8
%25

Triadic Colors of #bebcaf

#bebcaf #afbebc #bcafbe

Analogous Colors of #bebcaf

#bebcaf #b9beaf #beb5af

Monochromatic Colors of #bebcaf

#bebcaf

Complementary Color

#bebcaf #afb1be

#bebcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcaf Color CSS Codes

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

#bebcaf Text Font Color

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

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


#bebcaf Background Color

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

This div background color is #bebcaf


#bebcaf Border Color

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

This div border color is #bebcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcaf


Comments

No comments written yet.

Please login to write comment.