Color Hex Logo

#bdc227 Color Hex

#BDC227
(189,194,39)
0 Favorites   0 Comments

Color spaces of #bdc227

RGB 18919439
HSL0.170.670.46
HSV62°80°76°
CMYK 0.030.000.80   0.24
XYZ40.644349.54899.3412
Yxy49.54890.40830.4978
Hunter Lab70.3910-20.116941.4056
CIE-Lab75.7915-18.957770.0527

#bdc227 color RGB value is (189,194,39).

#bdc227 hex color red value is 189, green value is 194 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bdc227 hue: 0.17 , saturation: 0.67 and the lightness value of bdc227 is 0.46.

The process color (four color CMYK) of #bdc227 color hex is 0.03, 0.00, 0.80, 0.24. Web safe color of #bdc227 is #cccc33. Color #bdc227 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 00100111
Octal 275 302 47
Decimal 189 194 39
Hex BD C2 27

RGB Percentages of Color #bdc227

%44.79
%45.97
%9.24

CMYK Percentages of Color #bdc227

%3
%0
%80
%24

Triadic Colors of #bdc227

#bdc227 #27bdc2 #c227bd

Analogous Colors of #bdc227

#bdc227 #70c227 #c27a27

Monochromatic Colors of #bdc227

#bdc227

Complementary Color

#bdc227 #2c27c2

#bdc227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc227 Color CSS Codes

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

#bdc227 Text Font Color

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

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


#bdc227 Background Color

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

This div background color is #bdc227


#bdc227 Border Color

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

This div border color is #bdc227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc227


Comments

No comments written yet.

Please login to write comment.