Color Hex Logo

#bec458 Color Hex

#BEC458
(190,196,88)
0 Favorites   0 Comments

Color spaces of #bec458

RGB 19019688
HSL0.180.480.56
HSV63°55°77°
CMYK 0.030.000.55   0.23
XYZ42.736651.131616.8494
Yxy51.13160.38600.4618
Hunter Lab71.5064-18.453636.0837
CIE-Lab76.7587-16.770352.5533

#bec458 color RGB value is (190,196,88).

#bec458 hex color red value is 190, green value is 196 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bec458 hue: 0.18 , saturation: 0.48 and the lightness value of bec458 is 0.56.

The process color (four color CMYK) of #bec458 color hex is 0.03, 0.00, 0.55, 0.23. Web safe color of #bec458 is #cccc66. Color #bec458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 01011000
Octal 276 304 130
Decimal 190 196 88
Hex BE C4 58

RGB Percentages of Color #bec458

%40.08
%41.35
%18.57

CMYK Percentages of Color #bec458

%3
%0
%55
%23

Triadic Colors of #bec458

#bec458 #58bec4 #c458be

Analogous Colors of #bec458

#bec458 #88c458 #c49458

Monochromatic Colors of #bec458

#bec458

Complementary Color

#bec458 #5e58c4

#bec458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec458 Color CSS Codes

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

#bec458 Text Font Color

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

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


#bec458 Background Color

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

This div background color is #bec458


#bec458 Border Color

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

This div border color is #bec458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec458


Comments

No comments written yet.

Please login to write comment.