Color Hex Logo

#bec430 Color Hex

#BEC430
(190,196,48)
0 Favorites   0 Comments

Color spaces of #bec430

RGB 19019648
HSL0.170.610.48
HSV62°76°77°
CMYK 0.030.000.76   0.23
XYZ41.508650.640410.3831
Yxy50.64040.40480.4939
Hunter Lab71.1621-20.415241.1626
CIE-Lab76.4607-19.190468.0417

#bec430 color RGB value is (190,196,48).

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

The process color (four color CMYK) of #bec430 color hex is 0.03, 0.00, 0.76, 0.23. Web safe color of #bec430 is #cccc33. Color #bec430 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 00110000
Octal 276 304 60
Decimal 190 196 48
Hex BE C4 30

RGB Percentages of Color #bec430

%43.78
%45.16
%11.06

CMYK Percentages of Color #bec430

%3
%0
%76
%23

Triadic Colors of #bec430

#bec430 #30bec4 #c430be

Analogous Colors of #bec430

#bec430 #74c430 #c48030

Monochromatic Colors of #bec430

#bec430

Complementary Color

#bec430 #3630c4

#bec430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec430 Color CSS Codes

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

#bec430 Text Font Color

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

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


#bec430 Background Color

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

This div background color is #bec430


#bec430 Border Color

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

This div border color is #bec430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec430


Comments

No comments written yet.

Please login to write comment.