Color Hex Logo

#bebc21 Color Hex

#BEBC21
(190,188,33)
0 Favorites   0 Comments

Color spaces of #bebc21

RGB 19018833
HSL0.160.700.44
HSV59°83°75°
CMYK 0.000.010.83   0.25
XYZ39.492947.02348.4338
Yxy47.02340.41590.4952
Hunter Lab68.5736-17.202140.7095
CIE-Lab74.2047-15.709270.2708

#bebc21 color RGB value is (190,188,33).

#bebc21 hex color red value is 190, green value is 188 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bebc21 hue: 0.16 , saturation: 0.70 and the lightness value of bebc21 is 0.44.

The process color (four color CMYK) of #bebc21 color hex is 0.00, 0.01, 0.83, 0.25. Web safe color of #bebc21 is #cccc33. Color #bebc21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 00100001
Octal 276 274 41
Decimal 190 188 33
Hex BE BC 21

RGB Percentages of Color #bebc21

%46.23
%45.74
%8.03

CMYK Percentages of Color #bebc21

%0
%1
%83
%25

Triadic Colors of #bebc21

#bebc21 #21bebc #bc21be

Analogous Colors of #bebc21

#bebc21 #72be21 #be6e21

Monochromatic Colors of #bebc21

#bebc21

Complementary Color

#bebc21 #2123be

#bebc21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc21 Color CSS Codes

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

#bebc21 Text Font Color

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

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


#bebc21 Background Color

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

This div background color is #bebc21


#bebc21 Border Color

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

This div border color is #bebc21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc21


Comments

No comments written yet.

Please login to write comment.