Color Hex Logo

#bdeea9 Color Hex

#BDEEA9
(189,238,169)
0 Favorites   0 Comments

Color spaces of #bdeea9

RGB 189238169
HSL0.290.670.80
HSV103°29°93°
CMYK 0.210.000.29   0.07
XYZ58.722274.832548.8852
Yxy74.83250.32190.4102
Hunter Lab86.5058-30.215027.0487
CIE-Lab89.3145-28.090428.4318

#bdeea9 color RGB value is (189,238,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 10101001
Octal 275 356 251
Decimal 189 238 169
Hex BD EE A9

RGB Percentages of Color #bdeea9

%31.71
%39.93
%28.36

CMYK Percentages of Color #bdeea9

%21
%0
%29
%7

Triadic Colors of #bdeea9

#bdeea9 #a9bdee #eea9bd

Analogous Colors of #bdeea9

#bdeea9 #a9eeb8 #e0eea9

Monochromatic Colors of #bdeea9

#bdeea9

Complementary Color

#bdeea9 #daa9ee

#bdeea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeea9 Color CSS Codes

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

#bdeea9 Text Font Color

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

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


#bdeea9 Background Color

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

This div background color is #bdeea9


#bdeea9 Border Color

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

This div border color is #bdeea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeea9

#bdeea9 Color Palettes


Comments

No comments written yet.

Please login to write comment.