Color Hex Logo

#bebd1d Color Hex

#BEBD1D
(190,189,29)
0 Favorites   0 Comments

Color spaces of #bebd1d

RGB 19018929
HSL0.170.740.43
HSV60°85°75°
CMYK 0.000.010.85   0.25
XYZ39.654647.43118.2275
Yxy47.43110.41600.4976
Hunter Lab68.8702-17.744941.1262
CIE-Lab74.4647-16.321271.4199

#bebd1d color RGB value is (190,189,29).

#bebd1d hex color red value is 190, green value is 189 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bebd1d hue: 0.17 , saturation: 0.74 and the lightness value of bebd1d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 00011101
Octal 276 275 35
Decimal 190 189 29
Hex BE BD 1D

RGB Percentages of Color #bebd1d

%46.57
%46.32
%7.11

CMYK Percentages of Color #bebd1d

%0
%1
%85
%25

Triadic Colors of #bebd1d

#bebd1d #1dbebd #bd1dbe

Analogous Colors of #bebd1d

#bebd1d #6fbe1d #be6d1d

Monochromatic Colors of #bebd1d

#bebd1d

Complementary Color

#bebd1d #1d1ebe

#bebd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd1d Color CSS Codes

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

#bebd1d Text Font Color

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

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


#bebd1d Background Color

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

This div background color is #bebd1d


#bebd1d Border Color

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

This div border color is #bebd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd1d


Comments

No comments written yet.

Please login to write comment.