Color Hex Logo

#bdc665 Color Hex

#BDC665
(189,198,101)
0 Favorites   0 Comments

Color spaces of #bdc665

RGB 189198101
HSL0.180.460.59
HSV66°49°78°
CMYK 0.050.000.49   0.22
XYZ43.529352.146620.0830
Yxy52.14660.37600.4505
Hunter Lab72.2126-18.773434.0597
CIE-Lab77.3684-17.044747.1336

#bdc665 color RGB value is (189,198,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 01100101
Octal 275 306 145
Decimal 189 198 101
Hex BD C6 65

RGB Percentages of Color #bdc665

%38.73
%40.57
%20.70

CMYK Percentages of Color #bdc665

%5
%0
%49
%22

Triadic Colors of #bdc665

#bdc665 #65bdc6 #c665bd

Analogous Colors of #bdc665

#bdc665 #8dc665 #c69f65

Monochromatic Colors of #bdc665

#bdc665

Complementary Color

#bdc665 #6e65c6

#bdc665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc665 Color CSS Codes

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

#bdc665 Text Font Color

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

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


#bdc665 Background Color

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

This div background color is #bdc665


#bdc665 Border Color

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

This div border color is #bdc665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc665


Comments

No comments written yet.

Please login to write comment.