Color Hex Logo

#bdb558 Color Hex

#BDB558
(189,181,88)
0 Favorites   0 Comments

Color spaces of #bdb558

RGB 18918188
HSL0.150.430.54
HSV55°53°74°
CMYK 0.000.040.53   0.26
XYZ39.271644.571115.7658
Yxy44.57110.39430.4475
Hunter Lab66.7616-11.832632.7317
CIE-Lab72.6086-9.527547.7510

#bdb558 color RGB value is (189,181,88).

#bdb558 hex color red value is 189, green value is 181 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bdb558 hue: 0.15 , saturation: 0.43 and the lightness value of bdb558 is 0.54.

The process color (four color CMYK) of #bdb558 color hex is 0.00, 0.04, 0.53, 0.26. Web safe color of #bdb558 is #cccc66. Color #bdb558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 01011000
Octal 275 265 130
Decimal 189 181 88
Hex BD B5 58

RGB Percentages of Color #bdb558

%41.27
%39.52
%19.21

CMYK Percentages of Color #bdb558

%0
%4
%53
%26

Triadic Colors of #bdb558

#bdb558 #58bdb5 #b558bd

Analogous Colors of #bdb558

#bdb558 #93bd58 #bd8358

Monochromatic Colors of #bdb558

#bdb558

Complementary Color

#bdb558 #5860bd

#bdb558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb558 Color CSS Codes

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

#bdb558 Text Font Color

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

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


#bdb558 Background Color

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

This div background color is #bdb558


#bdb558 Border Color

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

This div border color is #bdb558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb558


Comments

No comments written yet.

Please login to write comment.