Color Hex Logo

#beb27f Color Hex

#BEB27F
(190,178,127)
0 Favorites   0 Comments

Color spaces of #beb27f

RGB 190178127
HSL0.130.330.62
HSV49°33°75°
CMYK 0.000.060.33   0.25
XYZ40.986444.320226.4731
Yxy44.32020.36670.3965
Hunter Lab66.5734-6.608723.0246
CIE-Lab72.4420-3.466127.6583

#beb27f color RGB value is (190,178,127).

#beb27f hex color red value is 190, green value is 178 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #beb27f hue: 0.13 , saturation: 0.33 and the lightness value of beb27f is 0.62.

The process color (four color CMYK) of #beb27f color hex is 0.00, 0.06, 0.33, 0.25. Web safe color of #beb27f is #cc9966. Color #beb27f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01111111
Octal 276 262 177
Decimal 190 178 127
Hex BE B2 7F

RGB Percentages of Color #beb27f

%38.38
%35.96
%25.66

CMYK Percentages of Color #beb27f

%0
%6
%33
%25

Triadic Colors of #beb27f

#beb27f #7fbeb2 #b27fbe

Analogous Colors of #beb27f

#beb27f #abbe7f #be937f

Monochromatic Colors of #beb27f

#beb27f

Complementary Color

#beb27f #7f8bbe

#beb27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb27f Color CSS Codes

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

#beb27f Text Font Color

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

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


#beb27f Background Color

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

This div background color is #beb27f


#beb27f Border Color

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

This div border color is #beb27f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,178,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb27f


Comments

No comments written yet.

Please login to write comment.