Color Hex Logo

#bdec7b Color Hex

#BDEC7B
(189,236,123)
0 Favorites   0 Comments

Color spaces of #bdec7b

RGB 189236123
HSL0.240.750.70
HSV85°48°93°
CMYK 0.200.000.48   0.07
XYZ54.556972.239829.8071
Yxy72.23980.34840.4613
Hunter Lab84.9940-34.161938.7030
CIE-Lab88.0839-33.102949.5926

#bdec7b color RGB value is (189,236,123).

#bdec7b hex color red value is 189, green value is 236 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bdec7b hue: 0.24 , saturation: 0.75 and the lightness value of bdec7b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 01111011
Octal 275 354 173
Decimal 189 236 123
Hex BD EC 7B

RGB Percentages of Color #bdec7b

%34.49
%43.07
%22.45

CMYK Percentages of Color #bdec7b

%20
%0
%48
%7

Triadic Colors of #bdec7b

#bdec7b #7bbdec #ec7bbd

Analogous Colors of #bdec7b

#bdec7b #85ec7b #ece37b

Monochromatic Colors of #bdec7b

#bdec7b

Complementary Color

#bdec7b #aa7bec

#bdec7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec7b Color CSS Codes

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

#bdec7b Text Font Color

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

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


#bdec7b Background Color

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

This div background color is #bdec7b


#bdec7b Border Color

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

This div border color is #bdec7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec7b


Comments

No comments written yet.

Please login to write comment.