Color Hex Logo

#bec878 Color Hex

#BEC878
(190,200,120)
0 Favorites   0 Comments

Color spaces of #bec878

RGB 190200120
HSL0.190.420.63
HSV67°40°78°
CMYK 0.050.000.40   0.22
XYZ45.279653.611825.7309
Yxy53.61180.36330.4302
Hunter Lab73.2201-17.750030.4184
CIE-Lab78.2348-15.681338.8236

#bec878 color RGB value is (190,200,120).

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

The process color (four color CMYK) of #bec878 color hex is 0.05, 0.00, 0.40, 0.22. Web safe color of #bec878 is #cccc66. Color #bec878 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 01111000
Octal 276 310 170
Decimal 190 200 120
Hex BE C8 78

RGB Percentages of Color #bec878

%37.25
%39.22
%23.53

CMYK Percentages of Color #bec878

%5
%0
%40
%22

Triadic Colors of #bec878

#bec878 #78bec8 #c878be

Analogous Colors of #bec878

#bec878 #96c878 #c8aa78

Monochromatic Colors of #bec878

#bec878

Complementary Color

#bec878 #8278c8

#bec878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec878 Color CSS Codes

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

#bec878 Text Font Color

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

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


#bec878 Background Color

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

This div background color is #bec878


#bec878 Border Color

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

This div border color is #bec878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec878


Comments

No comments written yet.

Please login to write comment.