Color Hex Logo

#bdec6c Color Hex

#BDEC6C
(189,236,108)
0 Favorites   0 Comments

Color spaces of #bdec6c

RGB 189236108
HSL0.230.770.67
HSV82°54°93°
CMYK 0.200.000.54   0.07
XYZ53.688571.892425.2343
Yxy71.89240.35600.4767
Hunter Lab84.7894-35.355541.7072
CIE-Lab87.9168-34.599256.3173

#bdec6c color RGB value is (189,236,108).

#bdec6c hex color red value is 189, green value is 236 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bdec6c hue: 0.23 , saturation: 0.77 and the lightness value of bdec6c is 0.67.

The process color (four color CMYK) of #bdec6c color hex is 0.20, 0.00, 0.54, 0.07. Web safe color of #bdec6c is #ccff66. Color #bdec6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 01101100
Octal 275 354 154
Decimal 189 236 108
Hex BD EC 6C

RGB Percentages of Color #bdec6c

%35.46
%44.28
%20.26

CMYK Percentages of Color #bdec6c

%20
%0
%54
%7

Triadic Colors of #bdec6c

#bdec6c #6cbdec #ec6cbd

Analogous Colors of #bdec6c

#bdec6c #7dec6c #ecdb6c

Monochromatic Colors of #bdec6c

#bdec6c

Complementary Color

#bdec6c #9b6cec

#bdec6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec6c Color CSS Codes

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

#bdec6c Text Font Color

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

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


#bdec6c Background Color

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

This div background color is #bdec6c


#bdec6c Border Color

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

This div border color is #bdec6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec6c


Comments

No comments written yet.

Please login to write comment.