Color Hex Logo

#bec119 Color Hex

#BEC119
(190,193,25)
0 Favorites   0 Comments

Color spaces of #bec119

RGB 19019325
HSL0.170.770.43
HSV61°87°76°
CMYK 0.020.000.87   0.24
XYZ40.480649.15738.2744
Yxy49.15730.41340.5021
Hunter Lab70.1123-19.636242.0814
CIE-Lab75.5491-18.419073.1292

#bec119 color RGB value is (190,193,25).

#bec119 hex color red value is 190, green value is 193 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bec119 hue: 0.17 , saturation: 0.77 and the lightness value of bec119 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 00011001
Octal 276 301 31
Decimal 190 193 25
Hex BE C1 19

RGB Percentages of Color #bec119

%46.57
%47.30
%6.13

CMYK Percentages of Color #bec119

%2
%0
%87
%24

Triadic Colors of #bec119

#bec119 #19bec1 #c119be

Analogous Colors of #bec119

#bec119 #6ac119 #c17019

Monochromatic Colors of #bec119

#bec119

Complementary Color

#bec119 #1c19c1

#bec119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec119 Color CSS Codes

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

#bec119 Text Font Color

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

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


#bec119 Background Color

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

This div background color is #bec119


#bec119 Border Color

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

This div border color is #bec119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec119


Comments

No comments written yet.

Please login to write comment.