Color Hex Logo

#beb27d Color Hex

#BEB27D
(190,178,125)
0 Favorites   0 Comments

Color spaces of #beb27d

RGB 190178125
HSL0.140.330.62
HSV49°34°75°
CMYK 0.000.060.34   0.25
XYZ40.857344.268625.7933
Yxy44.26860.36840.3991
Hunter Lab66.5347-6.823223.5895
CIE-Lab72.4077-3.715128.6769

#beb27d color RGB value is (190,178,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01111101
Octal 276 262 175
Decimal 190 178 125
Hex BE B2 7D

RGB Percentages of Color #beb27d

%38.54
%36.11
%25.35

CMYK Percentages of Color #beb27d

%0
%6
%34
%25

Triadic Colors of #beb27d

#beb27d #7dbeb2 #b27dbe

Analogous Colors of #beb27d

#beb27d #aabe7d #be927d

Monochromatic Colors of #beb27d

#beb27d

Complementary Color

#beb27d #7d89be

#beb27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb27d Color CSS Codes

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

#beb27d Text Font Color

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

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


#beb27d Background Color

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

This div background color is #beb27d


#beb27d Border Color

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

This div border color is #beb27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb27d


Comments

No comments written yet.

Please login to write comment.