Color Hex Logo

#bec227 Color Hex

#BEC227
(190,194,39)
0 Favorites   0 Comments

Color spaces of #bec227

RGB 19019439
HSL0.170.670.46
HSV62°80°76°
CMYK 0.020.000.80   0.24
XYZ40.893249.67729.3528
Yxy49.67720.40920.4972
Hunter Lab70.4821-19.779141.4698
CIE-Lab75.8707-18.531570.1527

#bec227 color RGB value is (190,194,39).

#bec227 hex color red value is 190, green value is 194 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bec227 hue: 0.17 , saturation: 0.67 and the lightness value of bec227 is 0.46.

The process color (four color CMYK) of #bec227 color hex is 0.02, 0.00, 0.80, 0.24. Web safe color of #bec227 is #cccc33. Color #bec227 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 00100111
Octal 276 302 47
Decimal 190 194 39
Hex BE C2 27

RGB Percentages of Color #bec227

%44.92
%45.86
%9.22

CMYK Percentages of Color #bec227

%2
%0
%80
%24

Triadic Colors of #bec227

#bec227 #27bec2 #c227be

Analogous Colors of #bec227

#bec227 #71c227 #c27927

Monochromatic Colors of #bec227

#bec227

Complementary Color

#bec227 #2b27c2

#bec227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec227 Color CSS Codes

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

#bec227 Text Font Color

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

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


#bec227 Background Color

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

This div background color is #bec227


#bec227 Border Color

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

This div border color is #bec227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec227


Comments

No comments written yet.

Please login to write comment.