Color Hex Logo

#bec814 Color Hex

#BEC814
(190,200,20)
0 Favorites   0 Comments

Color spaces of #bec814

RGB 19020020
HSL0.180.820.43
HSV63°90°78°
CMYK 0.050.000.90   0.22
XYZ42.015752.30628.5435
Yxy52.30620.40850.5085
Hunter Lab72.3230-22.866643.6222
CIE-Lab77.4636-21.974875.5215

#bec814 color RGB value is (190,200,20).

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

The process color (four color CMYK) of #bec814 color hex is 0.05, 0.00, 0.90, 0.22. Web safe color of #bec814 is #cccc00. Color #bec814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 00010100
Octal 276 310 24
Decimal 190 200 20
Hex BE C8 14

RGB Percentages of Color #bec814

%46.34
%48.78
%4.88

CMYK Percentages of Color #bec814

%5
%0
%90
%22

Triadic Colors of #bec814

#bec814 #14bec8 #c814be

Analogous Colors of #bec814

#bec814 #64c814 #c87814

Monochromatic Colors of #bec814

#bec814

Complementary Color

#bec814 #1e14c8

#bec814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec814 Color CSS Codes

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

#bec814 Text Font Color

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

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


#bec814 Background Color

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

This div background color is #bec814


#bec814 Border Color

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

This div border color is #bec814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec814


Comments

No comments written yet.

Please login to write comment.