Color Hex Logo

#bdc264 Color Hex

#BDC264
(189,194,100)
0 Favorites   0 Comments

Color spaces of #bdc264

RGB 189194100
HSL0.180.440.58
HSV63°48°76°
CMYK 0.030.000.48   0.24
XYZ42.578350.322519.5257
Yxy50.32250.37870.4476
Hunter Lab70.9384-17.003733.3373
CIE-Lab76.2668-15.123746.2972

#bdc264 color RGB value is (189,194,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 01100100
Octal 275 302 144
Decimal 189 194 100
Hex BD C2 64

RGB Percentages of Color #bdc264

%39.13
%40.17
%20.70

CMYK Percentages of Color #bdc264

%3
%0
%48
%24

Triadic Colors of #bdc264

#bdc264 #64bdc2 #c264bd

Analogous Colors of #bdc264

#bdc264 #8ec264 #c29864

Monochromatic Colors of #bdc264

#bdc264

Complementary Color

#bdc264 #6964c2

#bdc264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc264 Color CSS Codes

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

#bdc264 Text Font Color

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

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


#bdc264 Background Color

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

This div background color is #bdc264


#bdc264 Border Color

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

This div border color is #bdc264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc264


Comments

No comments written yet.

Please login to write comment.