Color Hex Logo

#beca30 Color Hex

#BECA30
(190,202,48)
0 Favorites   0 Comments

Color spaces of #beca30

RGB 19020248
HSL0.180.620.49
HSV65°76°79°
CMYK 0.060.000.76   0.21
XYZ42.889253.401610.8433
Yxy53.40160.40030.4985
Hunter Lab73.0764-23.120442.3558
CIE-Lab78.1115-22.146269.5575

#beca30 color RGB value is (190,202,48).

#beca30 hex color red value is 190, green value is 202 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #beca30 hue: 0.18 , saturation: 0.62 and the lightness value of beca30 is 0.49.

The process color (four color CMYK) of #beca30 color hex is 0.06, 0.00, 0.76, 0.21. Web safe color of #beca30 is #cccc33. Color #beca30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 00110000
Octal 276 312 60
Decimal 190 202 48
Hex BE CA 30

RGB Percentages of Color #beca30

%43.18
%45.91
%10.91

CMYK Percentages of Color #beca30

%6
%0
%76
%21

Triadic Colors of #beca30

#beca30 #30beca #ca30be

Analogous Colors of #beca30

#beca30 #71ca30 #ca8930

Monochromatic Colors of #beca30

#beca30

Complementary Color

#beca30 #3c30ca

#beca30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beca30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beca30 Color CSS Codes

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

#beca30 Text Font Color

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

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


#beca30 Background Color

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

This div background color is #beca30


#beca30 Border Color

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

This div border color is #beca30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beca30


Comments

No comments written yet.

Please login to write comment.