Color Hex Logo

#bdc265 Color Hex

#BDC265
(189,194,101)
0 Favorites   0 Comments

Color spaces of #bdc265

RGB 189194101
HSL0.180.430.58
HSV63°48°76°
CMYK 0.030.000.48   0.24
XYZ42.627050.342019.7822
Yxy50.34200.37810.4465
Hunter Lab70.9521-16.925933.1358
CIE-Lab76.2787-15.029245.8260

#bdc265 color RGB value is (189,194,101).

#bdc265 hex color red value is 189, green value is 194 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bdc265 hue: 0.18 , saturation: 0.43 and the lightness value of bdc265 is 0.58.

The process color (four color CMYK) of #bdc265 color hex is 0.03, 0.00, 0.48, 0.24. Web safe color of #bdc265 is #cccc66. Color #bdc265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 01100101
Octal 275 302 145
Decimal 189 194 101
Hex BD C2 65

RGB Percentages of Color #bdc265

%39.05
%40.08
%20.87

CMYK Percentages of Color #bdc265

%3
%0
%48
%24

Triadic Colors of #bdc265

#bdc265 #65bdc2 #c265bd

Analogous Colors of #bdc265

#bdc265 #8fc265 #c29965

Monochromatic Colors of #bdc265

#bdc265

Complementary Color

#bdc265 #6a65c2

#bdc265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc265 Color CSS Codes

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

#bdc265 Text Font Color

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

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


#bdc265 Background Color

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

This div background color is #bdc265


#bdc265 Border Color

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

This div border color is #bdc265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc265


Comments

No comments written yet.

Please login to write comment.