Color Hex Logo

#bdef9c Color Hex

#BDEF9C
(189,239,156)
0 Favorites   0 Comments

Color spaces of #bdef9c

RGB 189239156
HSL0.270.720.77
HSV96°35°94°
CMYK 0.210.000.35   0.06
XYZ57.853574.952142.8705
Yxy74.95210.32930.4266
Hunter Lab86.5749-32.223831.2430
CIE-Lab89.3706-30.442535.0861

#bdef9c color RGB value is (189,239,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 10011100
Octal 275 357 234
Decimal 189 239 156
Hex BD EF 9C

RGB Percentages of Color #bdef9c

%32.36
%40.92
%26.71

CMYK Percentages of Color #bdef9c

%21
%0
%35
%6

Triadic Colors of #bdef9c

#bdef9c #9cbdef #ef9cbd

Analogous Colors of #bdef9c

#bdef9c #9cefa5 #e7ef9c

Monochromatic Colors of #bdef9c

#bdef9c

Complementary Color

#bdef9c #ce9cef

#bdef9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdef9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdef9c Color CSS Codes

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

#bdef9c Text Font Color

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

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


#bdef9c Background Color

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

This div background color is #bdef9c


#bdef9c Border Color

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

This div border color is #bdef9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdef9c


Comments

No comments written yet.

Please login to write comment.