Color Hex Logo

#bdb258 Color Hex

#BDB258
(189,178,88)
0 Favorites   0 Comments

Color spaces of #bdb258

RGB 18917888
HSL0.150.430.54
HSV53°53°74°
CMYK 0.000.060.53   0.26
XYZ38.668143.364215.5646
Yxy43.36420.39620.4443
Hunter Lab65.8515-10.424732.0823
CIE-Lab71.8015-7.966046.8081

#bdb258 color RGB value is (189,178,88).

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

The process color (four color CMYK) of #bdb258 color hex is 0.00, 0.06, 0.53, 0.26. Web safe color of #bdb258 is #cc9966. Color #bdb258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 01011000
Octal 275 262 130
Decimal 189 178 88
Hex BD B2 58

RGB Percentages of Color #bdb258

%41.54
%39.12
%19.34

CMYK Percentages of Color #bdb258

%0
%6
%53
%26

Triadic Colors of #bdb258

#bdb258 #58bdb2 #b258bd

Analogous Colors of #bdb258

#bdb258 #96bd58 #bd8058

Monochromatic Colors of #bdb258

#bdb258

Complementary Color

#bdb258 #5863bd

#bdb258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb258 Color CSS Codes

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

#bdb258 Text Font Color

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

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


#bdb258 Background Color

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

This div background color is #bdb258


#bdb258 Border Color

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

This div border color is #bdb258


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,178,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 #bdb258">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb258


Comments

No comments written yet.

Please login to write comment.