Color Hex Logo

#beca48 Color Hex

#BECA48
(190,202,72)
0 Favorites   0 Comments

Color spaces of #beca48

RGB 19020272
HSL0.180.550.54
HSV66°64°79°
CMYK 0.060.000.64   0.21
XYZ43.525453.656114.1935
Yxy53.65610.39080.4818
Hunter Lab73.2503-22.123239.7868
CIE-Lab78.2608-20.902661.1104

#beca48 color RGB value is (190,202,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 01001000
Octal 276 312 110
Decimal 190 202 72
Hex BE CA 48

RGB Percentages of Color #beca48

%40.95
%43.53
%15.52

CMYK Percentages of Color #beca48

%6
%0
%64
%21

Triadic Colors of #beca48

#beca48 #48beca #ca48be

Analogous Colors of #beca48

#beca48 #7dca48 #ca9548

Monochromatic Colors of #beca48

#beca48

Complementary Color

#beca48 #5448ca

#beca48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beca48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beca48 Color CSS Codes

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

#beca48 Text Font Color

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

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


#beca48 Background Color

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

This div background color is #beca48


#beca48 Border Color

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

This div border color is #beca48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beca48


Comments

No comments written yet.

Please login to write comment.