Color Hex Logo

#bdc769 Color Hex

#BDC769
(189,199,105)
0 Favorites   0 Comments

Color spaces of #bdc769

RGB 189199105
HSL0.180.460.60
HSV66°47°78°
CMYK 0.050.000.47   0.22
XYZ43.959552.685621.2170
Yxy52.68560.37300.4470
Hunter Lab72.5848-18.918733.4786
CIE-Lab77.6890-17.161145.5826

#bdc769 color RGB value is (189,199,105).

#bdc769 hex color red value is 189, green value is 199 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bdc769 hue: 0.18 , saturation: 0.46 and the lightness value of bdc769 is 0.60.

The process color (four color CMYK) of #bdc769 color hex is 0.05, 0.00, 0.47, 0.22. Web safe color of #bdc769 is #cccc66. Color #bdc769 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01101001
Octal 275 307 151
Decimal 189 199 105
Hex BD C7 69

RGB Percentages of Color #bdc769

%38.34
%40.37
%21.30

CMYK Percentages of Color #bdc769

%5
%0
%47
%22

Triadic Colors of #bdc769

#bdc769 #69bdc7 #c769bd

Analogous Colors of #bdc769

#bdc769 #8ec769 #c7a269

Monochromatic Colors of #bdc769

#bdc769

Complementary Color

#bdc769 #7369c7

#bdc769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc769 Color CSS Codes

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

#bdc769 Text Font Color

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

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


#bdc769 Background Color

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

This div background color is #bdc769


#bdc769 Border Color

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

This div border color is #bdc769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc769

#bdc769 Color Palettes


Comments

No comments written yet.

Please login to write comment.