Color Hex Logo

#bdda79 Color Hex

#BDDA79
(189,218,121)
0 Favorites   0 Comments

Color spaces of #bdda79

RGB 189218121
HSL0.220.570.66
HSV78°44°85°
CMYK 0.130.000.44   0.15
XYZ49.508962.342127.5130
Yxy62.34210.35520.4473
Hunter Lab78.9570-26.248834.6100
CIE-Lab83.0950-24.832244.4121

#bdda79 color RGB value is (189,218,121).

#bdda79 hex color red value is 189, green value is 218 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bdda79 hue: 0.22 , saturation: 0.57 and the lightness value of bdda79 is 0.66.

The process color (four color CMYK) of #bdda79 color hex is 0.13, 0.00, 0.44, 0.15. Web safe color of #bdda79 is #cccc66. Color #bdda79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 01111001
Octal 275 332 171
Decimal 189 218 121
Hex BD DA 79

RGB Percentages of Color #bdda79

%35.80
%41.29
%22.92

CMYK Percentages of Color #bdda79

%13
%0
%44
%15

Triadic Colors of #bdda79

#bdda79 #79bdda #da79bd

Analogous Colors of #bdda79

#bdda79 #8dda79 #dac779

Monochromatic Colors of #bdda79

#bdda79

Complementary Color

#bdda79 #9679da

#bdda79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda79 Color CSS Codes

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

#bdda79 Text Font Color

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

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


#bdda79 Background Color

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

This div background color is #bdda79


#bdda79 Border Color

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

This div border color is #bdda79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda79


Comments

No comments written yet.

Please login to write comment.