Color Hex Logo

#beca25 Color Hex

#BECA25
(190,202,37)
0 Favorites   0 Comments

Color spaces of #beca25

RGB 19020237
HSL0.180.690.47
HSV64°82°79°
CMYK 0.060.000.82   0.21
XYZ42.689753.32189.7924
Yxy53.32180.40350.5040
Hunter Lab73.0218-23.434243.1643
CIE-Lab78.0646-22.539672.5738

#beca25 color RGB value is (190,202,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 00100101
Octal 276 312 45
Decimal 190 202 37
Hex BE CA 25

RGB Percentages of Color #beca25

%44.29
%47.09
%8.62

CMYK Percentages of Color #beca25

%6
%0
%82
%21

Triadic Colors of #beca25

#beca25 #25beca #ca25be

Analogous Colors of #beca25

#beca25 #6cca25 #ca8425

Monochromatic Colors of #beca25

#beca25

Complementary Color

#beca25 #3125ca

#beca25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beca25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beca25 Color CSS Codes

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

#beca25 Text Font Color

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

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


#beca25 Background Color

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

This div background color is #beca25


#beca25 Border Color

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

This div border color is #beca25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beca25


Comments

No comments written yet.

Please login to write comment.