Color Hex Logo

#bdcc3a Color Hex

#BDCC3A
(189,204,58)
0 Favorites   0 Comments

Color spaces of #bdcc3a

RGB 18920458
HSL0.180.590.51
HSV66°72°80°
CMYK 0.070.000.72   0.20
XYZ43.342954.310012.2015
Yxy54.31000.39450.4944
Hunter Lab73.6953-23.984541.7703
CIE-Lab78.6421-23.085866.7530

#bdcc3a color RGB value is (189,204,58).

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

The process color (four color CMYK) of #bdcc3a color hex is 0.07, 0.00, 0.72, 0.20. Web safe color of #bdcc3a is #cccc33. Color #bdcc3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 00111010
Octal 275 314 72
Decimal 189 204 58
Hex BD CC 3A

RGB Percentages of Color #bdcc3a

%41.91
%45.23
%12.86

CMYK Percentages of Color #bdcc3a

%7
%0
%72
%20

Triadic Colors of #bdcc3a

#bdcc3a #3abdcc #cc3abd

Analogous Colors of #bdcc3a

#bdcc3a #74cc3a #cc923a

Monochromatic Colors of #bdcc3a

#bdcc3a

Complementary Color

#bdcc3a #493acc

#bdcc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc3a Color CSS Codes

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

#bdcc3a Text Font Color

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

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


#bdcc3a Background Color

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

This div background color is #bdcc3a


#bdcc3a Border Color

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

This div border color is #bdcc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc3a


Comments

No comments written yet.

Please login to write comment.