Color Hex Logo

#bec939 Color Hex

#BEC939
(190,201,57)
0 Favorites   0 Comments

Color spaces of #bec939

RGB 19020157
HSL0.180.570.51
HSV65°72°79°
CMYK 0.050.000.72   0.21
XYZ42.860453.015811.8450
Yxy53.01580.39790.4922
Hunter Lab72.8119-22.347841.3231
CIE-Lab77.8843-21.252866.3948

#bec939 color RGB value is (190,201,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 00111001
Octal 276 311 71
Decimal 190 201 57
Hex BE C9 39

RGB Percentages of Color #bec939

%42.41
%44.87
%12.72

CMYK Percentages of Color #bec939

%5
%0
%72
%21

Triadic Colors of #bec939

#bec939 #39bec9 #c939be

Analogous Colors of #bec939

#bec939 #76c939 #c98c39

Monochromatic Colors of #bec939

#bec939

Complementary Color

#bec939 #4439c9

#bec939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec939 Color CSS Codes

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

#bec939 Text Font Color

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

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


#bec939 Background Color

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

This div background color is #bec939


#bec939 Border Color

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

This div border color is #bec939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec939


Comments

No comments written yet.

Please login to write comment.