Color Hex Logo

#bddb4b Color Hex

#BDDB4B
(189,219,75)
0 Favorites   0 Comments

Color spaces of #bddb4b

RGB 18921975
HSL0.200.670.58
HSV73°66°86°
CMYK 0.140.000.66   0.14
XYZ47.587861.989916.1137
Yxy61.98990.37860.4932
Hunter Lab78.7337-29.895942.9792
CIE-Lab82.9080-29.298664.7418

#bddb4b color RGB value is (189,219,75).

#bddb4b hex color red value is 189, green value is 219 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bddb4b hue: 0.20 , saturation: 0.67 and the lightness value of bddb4b is 0.58.

The process color (four color CMYK) of #bddb4b color hex is 0.14, 0.00, 0.66, 0.14. Web safe color of #bddb4b is #cccc33. Color #bddb4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 01001011
Octal 275 333 113
Decimal 189 219 75
Hex BD DB 4B

RGB Percentages of Color #bddb4b

%39.13
%45.34
%15.53

CMYK Percentages of Color #bddb4b

%14
%0
%66
%14

Triadic Colors of #bddb4b

#bddb4b #4bbddb #db4bbd

Analogous Colors of #bddb4b

#bddb4b #75db4b #dbb14b

Monochromatic Colors of #bddb4b

#bddb4b

Complementary Color

#bddb4b #694bdb

#bddb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb4b Color CSS Codes

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

#bddb4b Text Font Color

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

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


#bddb4b Background Color

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

This div background color is #bddb4b


#bddb4b Border Color

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

This div border color is #bddb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb4b


Comments

No comments written yet.

Please login to write comment.