Color Hex Logo

#bdda2b Color Hex

#BDDA2B
(189,218,43)
0 Favorites   0 Comments

Color spaces of #bdda2b

RGB 18921843
HSL0.190.700.51
HSV70°80°85°
CMYK 0.130.000.80   0.15
XYZ46.493761.136011.6355
Yxy61.13600.38980.5126
Hunter Lab78.1895-30.690545.9096
CIE-Lab82.4518-30.398474.8360

#bdda2b color RGB value is (189,218,43).

#bdda2b hex color red value is 189, green value is 218 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bdda2b hue: 0.19 , saturation: 0.70 and the lightness value of bdda2b is 0.51.

The process color (four color CMYK) of #bdda2b color hex is 0.13, 0.00, 0.80, 0.15. Web safe color of #bdda2b is #cccc33. Color #bdda2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 00101011
Octal 275 332 53
Decimal 189 218 43
Hex BD DA 2B

RGB Percentages of Color #bdda2b

%42.00
%48.44
%9.56

CMYK Percentages of Color #bdda2b

%13
%0
%80
%15

Triadic Colors of #bdda2b

#bdda2b #2bbdda #da2bbd

Analogous Colors of #bdda2b

#bdda2b #66da2b #daa02b

Monochromatic Colors of #bdda2b

#bdda2b

Complementary Color

#bdda2b #482bda

#bdda2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda2b Color CSS Codes

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

#bdda2b Text Font Color

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

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


#bdda2b Background Color

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

This div background color is #bdda2b


#bdda2b Border Color

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

This div border color is #bdda2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda2b


Comments

No comments written yet.

Please login to write comment.