Color Hex Logo

#beb229 Color Hex

#BEB229
(190,178,41)
0 Favorites   0 Comments

Color spaces of #beb229

RGB 19017841
HSL0.150.650.45
HSV55°78°75°
CMYK 0.000.060.78   0.25
XYZ37.555842.94808.4082
Yxy42.94800.42240.4830
Hunter Lab65.5347-12.393338.2673
CIE-Lab71.5197-10.338465.7277

#beb229 color RGB value is (190,178,41).

#beb229 hex color red value is 190, green value is 178 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #beb229 hue: 0.15 , saturation: 0.65 and the lightness value of beb229 is 0.45.

The process color (four color CMYK) of #beb229 color hex is 0.00, 0.06, 0.78, 0.25. Web safe color of #beb229 is #cc9933. Color #beb229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 00101001
Octal 276 262 51
Decimal 190 178 41
Hex BE B2 29

RGB Percentages of Color #beb229

%46.45
%43.52
%10.02

CMYK Percentages of Color #beb229

%0
%6
%78
%25

Triadic Colors of #beb229

#beb229 #29beb2 #b229be

Analogous Colors of #beb229

#beb229 #80be29 #be6829

Monochromatic Colors of #beb229

#beb229

Complementary Color

#beb229 #2935be

#beb229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb229 Color CSS Codes

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

#beb229 Text Font Color

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

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


#beb229 Background Color

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

This div background color is #beb229


#beb229 Border Color

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

This div border color is #beb229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb229


Comments

No comments written yet.

Please login to write comment.