Color Hex Logo

#bdce6d Color Hex

#BDCE6D
(189,206,109)
0 Favorites   0 Comments

Color spaces of #bdce6d

RGB 189206109
HSL0.200.500.62
HSV71°47°81°
CMYK 0.080.000.47   0.19
XYZ45.817956.065622.8749
Yxy56.06560.36730.4494
Hunter Lab74.8770-21.808934.3008
CIE-Lab79.6511-20.244746.0209

#bdce6d color RGB value is (189,206,109).

#bdce6d hex color red value is 189, green value is 206 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bdce6d hue: 0.20 , saturation: 0.50 and the lightness value of bdce6d is 0.62.

The process color (four color CMYK) of #bdce6d color hex is 0.08, 0.00, 0.47, 0.19. Web safe color of #bdce6d is #cccc66. Color #bdce6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 01101101
Octal 275 316 155
Decimal 189 206 109
Hex BD CE 6D

RGB Percentages of Color #bdce6d

%37.50
%40.87
%21.63

CMYK Percentages of Color #bdce6d

%8
%0
%47
%19

Triadic Colors of #bdce6d

#bdce6d #6dbdce #ce6dbd

Analogous Colors of #bdce6d

#bdce6d #8dce6d #ceaf6d

Monochromatic Colors of #bdce6d

#bdce6d

Complementary Color

#bdce6d #7e6dce

#bdce6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce6d Color CSS Codes

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

#bdce6d Text Font Color

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

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


#bdce6d Background Color

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

This div background color is #bdce6d


#bdce6d Border Color

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

This div border color is #bdce6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce6d


Comments

No comments written yet.

Please login to write comment.