Color Hex Logo

#bec881 Color Hex

#BEC881
(190,200,129)
0 Favorites   0 Comments

Color spaces of #bec881

RGB 190200129
HSL0.190.390.65
HSV68°36°78°
CMYK 0.050.000.36   0.22
XYZ45.851953.840728.7445
Yxy53.84070.35700.4192
Hunter Lab73.3762-16.865928.1370
CIE-Lab78.3688-14.620234.4043

#bec881 color RGB value is (190,200,129).

#bec881 hex color red value is 190, green value is 200 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bec881 hue: 0.19 , saturation: 0.39 and the lightness value of bec881 is 0.65.

The process color (four color CMYK) of #bec881 color hex is 0.05, 0.00, 0.36, 0.22. Web safe color of #bec881 is #cccc99. Color #bec881 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 10000001
Octal 276 310 201
Decimal 190 200 129
Hex BE C8 81

RGB Percentages of Color #bec881

%36.61
%38.54
%24.86

CMYK Percentages of Color #bec881

%5
%0
%36
%22

Triadic Colors of #bec881

#bec881 #81bec8 #c881be

Analogous Colors of #bec881

#bec881 #9bc881 #c8af81

Monochromatic Colors of #bec881

#bec881

Complementary Color

#bec881 #8b81c8

#bec881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec881 Color CSS Codes

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

#bec881 Text Font Color

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

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


#bec881 Background Color

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

This div background color is #bec881


#bec881 Border Color

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

This div border color is #bec881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec881


Comments

No comments written yet.

Please login to write comment.