Color Hex Logo

#bdc765 Color Hex

#BDC765
(189,199,101)
0 Favorites   0 Comments

Color spaces of #bdc765

RGB 189199101
HSL0.180.470.59
HSV66°49°78°
CMYK 0.050.000.49   0.22
XYZ43.758752.605320.1594
Yxy52.60530.37550.4515
Hunter Lab72.5295-19.233534.2911
CIE-Lab77.6414-17.545447.4600

#bdc765 color RGB value is (189,199,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01100101
Octal 275 307 145
Decimal 189 199 101
Hex BD C7 65

RGB Percentages of Color #bdc765

%38.65
%40.70
%20.65

CMYK Percentages of Color #bdc765

%5
%0
%49
%22

Triadic Colors of #bdc765

#bdc765 #65bdc7 #c765bd

Analogous Colors of #bdc765

#bdc765 #8cc765 #c7a065

Monochromatic Colors of #bdc765

#bdc765

Complementary Color

#bdc765 #6f65c7

#bdc765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc765 Color CSS Codes

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

#bdc765 Text Font Color

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

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


#bdc765 Background Color

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

This div background color is #bdc765


#bdc765 Border Color

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

This div border color is #bdc765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc765


Comments

No comments written yet.

Please login to write comment.