Color Hex Logo

#bebe24 Color Hex

#BEBE24
(190,190,36)
0 Favorites   0 Comments

Color spaces of #bebe24

RGB 19019036
HSL0.170.680.44
HSV60°81°75°
CMYK 0.000.000.81   0.25
XYZ39.967147.90148.8085
Yxy47.90140.41340.4955
Hunter Lab69.2108-18.040840.9017
CIE-Lab74.7627-16.626969.9885

#bebe24 color RGB value is (190,190,36).

#bebe24 hex color red value is 190, green value is 190 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bebe24 hue: 0.17 , saturation: 0.68 and the lightness value of bebe24 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 00100100
Octal 276 276 44
Decimal 190 190 36
Hex BE BE 24

RGB Percentages of Color #bebe24

%45.67
%45.67
%8.65

CMYK Percentages of Color #bebe24

%0
%0
%81
%25

Triadic Colors of #bebe24

#bebe24 #24bebe #be24be

Analogous Colors of #bebe24

#bebe24 #71be24 #be7124

Monochromatic Colors of #bebe24

#bebe24

Complementary Color

#bebe24 #2424be

#bebe24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe24 Color CSS Codes

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

#bebe24 Text Font Color

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

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


#bebe24 Background Color

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

This div background color is #bebe24


#bebe24 Border Color

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

This div border color is #bebe24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe24


Comments

No comments written yet.

Please login to write comment.