Color Hex Logo

#bec963 Color Hex

#BEC963
(190,201,99)
0 Favorites   0 Comments

Color spaces of #bec963

RGB 19020199
HSL0.180.490.59
HSV66°51°79°
CMYK 0.050.000.51   0.21
XYZ44.374053.621319.8156
Yxy53.62130.37670.4551
Hunter Lab73.2266-19.978735.2143
CIE-Lab78.2404-18.326249.1445

#bec963 color RGB value is (190,201,99).

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

The process color (four color CMYK) of #bec963 color hex is 0.05, 0.00, 0.51, 0.21. Web safe color of #bec963 is #cccc66. Color #bec963 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 01100011
Octal 276 311 143
Decimal 190 201 99
Hex BE C9 63

RGB Percentages of Color #bec963

%38.78
%41.02
%20.20

CMYK Percentages of Color #bec963

%5
%0
%51
%21

Triadic Colors of #bec963

#bec963 #63bec9 #c963be

Analogous Colors of #bec963

#bec963 #8bc963 #c9a163

Monochromatic Colors of #bec963

#bec963

Complementary Color

#bec963 #6e63c9

#bec963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec963 Color CSS Codes

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

#bec963 Text Font Color

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

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


#bec963 Background Color

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

This div background color is #bec963


#bec963 Border Color

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

This div border color is #bec963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec963


Comments

No comments written yet.

Please login to write comment.