Color Hex Logo

#bdef7b Color Hex

#BDEF7B
(189,239,123)
0 Favorites   0 Comments

Color spaces of #bdef7b

RGB 189239123
HSL0.240.780.71
HSV86°49°94°
CMYK 0.210.000.49   0.06
XYZ55.427973.981930.0975
Yxy73.98190.34750.4638
Hunter Lab86.0127-35.494239.4622
CIE-Lab88.9139-34.481050.6034

#bdef7b color RGB value is (189,239,123).

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

The process color (four color CMYK) of #bdef7b color hex is 0.21, 0.00, 0.49, 0.06. Web safe color of #bdef7b is #ccff66. Color #bdef7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 01111011
Octal 275 357 173
Decimal 189 239 123
Hex BD EF 7B

RGB Percentages of Color #bdef7b

%34.30
%43.38
%22.32

CMYK Percentages of Color #bdef7b

%21
%0
%49
%6

Triadic Colors of #bdef7b

#bdef7b #7bbdef #ef7bbd

Analogous Colors of #bdef7b

#bdef7b #83ef7b #efe77b

Monochromatic Colors of #bdef7b

#bdef7b

Complementary Color

#bdef7b #ad7bef

#bdef7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdef7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdef7b Color CSS Codes

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

#bdef7b Text Font Color

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

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


#bdef7b Background Color

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

This div background color is #bdef7b


#bdef7b Border Color

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

This div border color is #bdef7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdef7b


Comments

No comments written yet.

Please login to write comment.