Color Hex Logo

#bda265 Color Hex

#BDA265
(189,162,101)
0 Favorites   0 Comments

Color spaces of #bda265

RGB 189162101
HSL0.120.400.57
HSV42°47°74°
CMYK 0.000.140.47   0.26
XYZ36.255637.599117.6584
Yxy37.59910.39620.4109
Hunter Lab61.3181-1.764925.8483
CIE-Lab67.72411.737935.2848

#bda265 color RGB value is (189,162,101).

#bda265 hex color red value is 189, green value is 162 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bda265 hue: 0.12 , saturation: 0.40 and the lightness value of bda265 is 0.57.

The process color (four color CMYK) of #bda265 color hex is 0.00, 0.14, 0.47, 0.26. Web safe color of #bda265 is #cc9966. Color #bda265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01100101
Octal 275 242 145
Decimal 189 162 101
Hex BD A2 65

RGB Percentages of Color #bda265

%41.81
%35.84
%22.35

CMYK Percentages of Color #bda265

%0
%14
%47
%26

Triadic Colors of #bda265

#bda265 #65bda2 #a265bd

Analogous Colors of #bda265

#bda265 #acbd65 #bd7665

Monochromatic Colors of #bda265

#bda265

Complementary Color

#bda265 #6580bd

#bda265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda265 Color CSS Codes

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

#bda265 Text Font Color

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

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


#bda265 Background Color

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

This div background color is #bda265


#bda265 Border Color

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

This div border color is #bda265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda265


Comments

No comments written yet.

Please login to write comment.