Color Hex Logo

#beca38 Color Hex

#BECA38
(190,202,56)
0 Favorites   0 Comments

Color spaces of #beca38

RGB 19020256
HSL0.180.580.51
HSV65°72°79°
CMYK 0.060.000.72   0.21
XYZ43.069553.473711.7928
Yxy53.47370.39760.4936
Hunter Lab73.1257-22.837341.6265
CIE-Lab78.1538-21.792067.0000

#beca38 color RGB value is (190,202,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 00111000
Octal 276 312 70
Decimal 190 202 56
Hex BE CA 38

RGB Percentages of Color #beca38

%42.41
%45.09
%12.50

CMYK Percentages of Color #beca38

%6
%0
%72
%21

Triadic Colors of #beca38

#beca38 #38beca #ca38be

Analogous Colors of #beca38

#beca38 #75ca38 #ca8d38

Monochromatic Colors of #beca38

#beca38

Complementary Color

#beca38 #4438ca

#beca38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beca38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beca38 Color CSS Codes

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

#beca38 Text Font Color

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

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


#beca38 Background Color

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

This div background color is #beca38


#beca38 Border Color

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

This div border color is #beca38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beca38


Comments

No comments written yet.

Please login to write comment.