Color Hex Logo

#bec852 Color Hex

#BEC852
(190,200,82)
0 Favorites   0 Comments

Color spaces of #bec852

RGB 19020082
HSL0.180.520.55
HSV65°59°78°
CMYK 0.050.000.59   0.22
XYZ43.412552.864915.8985
Yxy52.86490.38700.4713
Hunter Lab72.7083-20.661037.9313
CIE-Lab77.7952-19.229256.3996

#bec852 color RGB value is (190,200,82).

#bec852 hex color red value is 190, green value is 200 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bec852 hue: 0.18 , saturation: 0.52 and the lightness value of bec852 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 01010010
Octal 276 310 122
Decimal 190 200 82
Hex BE C8 52

RGB Percentages of Color #bec852

%40.25
%42.37
%17.37

CMYK Percentages of Color #bec852

%5
%0
%59
%22

Triadic Colors of #bec852

#bec852 #52bec8 #c852be

Analogous Colors of #bec852

#bec852 #83c852 #c89752

Monochromatic Colors of #bec852

#bec852

Complementary Color

#bec852 #5c52c8

#bec852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec852 Color CSS Codes

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

#bec852 Text Font Color

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

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


#bec852 Background Color

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

This div background color is #bec852


#bec852 Border Color

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

This div border color is #bec852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec852


Comments

No comments written yet.

Please login to write comment.