Color Hex Logo

#bdcc2b Color Hex

#BDCC2B
(189,204,43)
0 Favorites   0 Comments

Color spaces of #bdcc2b

RGB 18920443
HSL0.180.650.48
HSV66°79°80°
CMYK 0.070.000.79   0.20
XYZ43.015254.179010.4759
Yxy54.17900.39950.5032
Hunter Lab73.6064-24.496743.0861
CIE-Lab78.5660-23.729971.4002

#bdcc2b color RGB value is (189,204,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 00101011
Octal 275 314 53
Decimal 189 204 43
Hex BD CC 2B

RGB Percentages of Color #bdcc2b

%43.35
%46.79
%9.86

CMYK Percentages of Color #bdcc2b

%7
%0
%79
%20

Triadic Colors of #bdcc2b

#bdcc2b #2bbdcc #cc2bbd

Analogous Colors of #bdcc2b

#bdcc2b #6dcc2b #cc8b2b

Monochromatic Colors of #bdcc2b

#bdcc2b

Complementary Color

#bdcc2b #3a2bcc

#bdcc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc2b Color CSS Codes

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

#bdcc2b Text Font Color

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

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


#bdcc2b Background Color

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

This div background color is #bdcc2b


#bdcc2b Border Color

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

This div border color is #bdcc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc2b


Comments

No comments written yet.

Please login to write comment.