Color Hex Logo

#bec215 Color Hex

#BEC215
(190,194,21)
0 Favorites   0 Comments

Color spaces of #bec215

RGB 19019421
HSL0.170.800.42
HSV61°89°76°
CMYK 0.020.000.89   0.24
XYZ40.662349.58498.1372
Yxy49.58490.41330.5040
Hunter Lab70.4165-20.153542.4401
CIE-Lab75.8138-18.997974.0564

#bec215 color RGB value is (190,194,21).

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

The process color (four color CMYK) of #bec215 color hex is 0.02, 0.00, 0.89, 0.24. Web safe color of #bec215 is #cccc00. Color #bec215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 00010101
Octal 276 302 25
Decimal 190 194 21
Hex BE C2 15

RGB Percentages of Color #bec215

%46.91
%47.90
%5.19

CMYK Percentages of Color #bec215

%2
%0
%89
%24

Triadic Colors of #bec215

#bec215 #15bec2 #c215be

Analogous Colors of #bec215

#bec215 #68c215 #c27015

Monochromatic Colors of #bec215

#bec215

Complementary Color

#bec215 #1915c2

#bec215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec215 Color CSS Codes

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

#bec215 Text Font Color

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

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


#bec215 Background Color

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

This div background color is #bec215


#bec215 Border Color

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

This div border color is #bec215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec215


Comments

No comments written yet.

Please login to write comment.