Color Hex Logo

#bec33d Color Hex

#BEC33D
(190,195,61)
0 Favorites   0 Comments

Color spaces of #bec33d

RGB 19019561
HSL0.170.530.50
HSV62°69°76°
CMYK 0.030.000.69   0.24
XYZ41.592650.314311.9343
Yxy50.31430.40050.4845
Hunter Lab70.9326-19.465339.6773
CIE-Lab76.2618-18.077463.3580

#bec33d color RGB value is (190,195,61).

#bec33d hex color red value is 190, green value is 195 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bec33d hue: 0.17 , saturation: 0.53 and the lightness value of bec33d is 0.50.

The process color (four color CMYK) of #bec33d color hex is 0.03, 0.00, 0.69, 0.24. Web safe color of #bec33d is #cccc33. Color #bec33d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000011 00111101
Octal 276 303 75
Decimal 190 195 61
Hex BE C3 3D

RGB Percentages of Color #bec33d

%42.60
%43.72
%13.68

CMYK Percentages of Color #bec33d

%3
%0
%69
%24

Triadic Colors of #bec33d

#bec33d #3dbec3 #c33dbe

Analogous Colors of #bec33d

#bec33d #7bc33d #c3853d

Monochromatic Colors of #bec33d

#bec33d

Complementary Color

#bec33d #423dc3

#bec33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec33d Color CSS Codes

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

#bec33d Text Font Color

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

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


#bec33d Background Color

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

This div background color is #bec33d


#bec33d Border Color

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

This div border color is #bec33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec33d


Comments

No comments written yet.

Please login to write comment.