Color Hex Logo

#bdef9b Color Hex

#BDEF9B
(189,239,155)
0 Favorites   0 Comments

Color spaces of #bdef9b

RGB 189239155
HSL0.270.720.77
HSV96°35°94°
CMYK 0.210.000.35   0.06
XYZ57.769274.918442.4263
Yxy74.91840.32990.4278
Hunter Lab86.5554-32.336731.5270
CIE-Lab89.3548-30.580335.5669

#bdef9b color RGB value is (189,239,155).

#bdef9b hex color red value is 189, green value is 239 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bdef9b hue: 0.27 , saturation: 0.72 and the lightness value of bdef9b is 0.77.

The process color (four color CMYK) of #bdef9b color hex is 0.21, 0.00, 0.35, 0.06. Web safe color of #bdef9b is #ccff99. Color #bdef9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 10011011
Octal 275 357 233
Decimal 189 239 155
Hex BD EF 9B

RGB Percentages of Color #bdef9b

%32.42
%40.99
%26.59

CMYK Percentages of Color #bdef9b

%21
%0
%35
%6

Triadic Colors of #bdef9b

#bdef9b #9bbdef #ef9bbd

Analogous Colors of #bdef9b

#bdef9b #9befa3 #e7ef9b

Monochromatic Colors of #bdef9b

#bdef9b

Complementary Color

#bdef9b #cd9bef

#bdef9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdef9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdef9b Color CSS Codes

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

#bdef9b Text Font Color

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

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


#bdef9b Background Color

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

This div background color is #bdef9b


#bdef9b Border Color

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

This div border color is #bdef9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdef9b


Comments

No comments written yet.

Please login to write comment.