Color Hex Logo

#bdefa9 Color Hex

#BDEFA9
(189,239,169)
0 Favorites   0 Comments

Color spaces of #bdefa9

RGB 189239169
HSL0.290.690.80
HSV103°29°94°
CMYK 0.210.000.29   0.06
XYZ59.014275.416448.9826
Yxy75.41640.32180.4112
Hunter Lab86.8426-30.674327.3480
CIE-Lab89.5877-28.563328.8012

#bdefa9 color RGB value is (189,239,169).

#bdefa9 hex color red value is 189, green value is 239 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bdefa9 hue: 0.29 , saturation: 0.69 and the lightness value of bdefa9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 10101001
Octal 275 357 251
Decimal 189 239 169
Hex BD EF A9

RGB Percentages of Color #bdefa9

%31.66
%40.03
%28.31

CMYK Percentages of Color #bdefa9

%21
%0
%29
%6

Triadic Colors of #bdefa9

#bdefa9 #a9bdef #efa9bd

Analogous Colors of #bdefa9

#bdefa9 #a9efb8 #e0efa9

Monochromatic Colors of #bdefa9

#bdefa9

Complementary Color

#bdefa9 #dba9ef

#bdefa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefa9 Color CSS Codes

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

#bdefa9 Text Font Color

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

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


#bdefa9 Background Color

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

This div background color is #bdefa9


#bdefa9 Border Color

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

This div border color is #bdefa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefa9


Comments

No comments written yet.

Please login to write comment.