Color Hex Logo

#bdda6c Color Hex

#BDDA6C
(189,218,108)
0 Favorites   0 Comments

Color spaces of #bdda6c

RGB 189218108
HSL0.210.600.64
HSV76°50°85°
CMYK 0.130.000.50   0.15
XYZ48.764462.044323.5930
Yxy62.04430.36280.4616
Hunter Lab78.7682-27.337337.3789
CIE-Lab82.9370-26.177850.4548

#bdda6c color RGB value is (189,218,108).

#bdda6c hex color red value is 189, green value is 218 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bdda6c hue: 0.21 , saturation: 0.60 and the lightness value of bdda6c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 01101100
Octal 275 332 154
Decimal 189 218 108
Hex BD DA 6C

RGB Percentages of Color #bdda6c

%36.70
%42.33
%20.97

CMYK Percentages of Color #bdda6c

%13
%0
%50
%15

Triadic Colors of #bdda6c

#bdda6c #6cbdda #da6cbd

Analogous Colors of #bdda6c

#bdda6c #86da6c #dac06c

Monochromatic Colors of #bdda6c

#bdda6c

Complementary Color

#bdda6c #896cda

#bdda6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda6c Color CSS Codes

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

#bdda6c Text Font Color

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

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


#bdda6c Background Color

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

This div background color is #bdda6c


#bdda6c Border Color

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

This div border color is #bdda6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda6c


Comments

No comments written yet.

Please login to write comment.