Color Hex Logo

#bdea8e Color Hex

#BDEA8E
(189,234,142)
0 Favorites   0 Comments

Color spaces of #bdea8e

RGB 189234142
HSL0.250.690.74
HSV89°39°92°
CMYK 0.190.000.39   0.08
XYZ55.291671.617436.5006
Yxy71.61740.33840.4383
Hunter Lab84.6271-31.473333.6665
CIE-Lab87.7841-29.953840.0037

#bdea8e color RGB value is (189,234,142).

#bdea8e hex color red value is 189, green value is 234 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bdea8e hue: 0.25 , saturation: 0.69 and the lightness value of bdea8e is 0.74.

The process color (four color CMYK) of #bdea8e color hex is 0.19, 0.00, 0.39, 0.08. Web safe color of #bdea8e is #ccff99. Color #bdea8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 10001110
Octal 275 352 216
Decimal 189 234 142
Hex BD EA 8E

RGB Percentages of Color #bdea8e

%33.45
%41.42
%25.13

CMYK Percentages of Color #bdea8e

%19
%0
%39
%8

Triadic Colors of #bdea8e

#bdea8e #8ebdea #ea8ebd

Analogous Colors of #bdea8e

#bdea8e #8fea8e #eae98e

Monochromatic Colors of #bdea8e

#bdea8e

Complementary Color

#bdea8e #bb8eea

#bdea8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea8e Color CSS Codes

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

#bdea8e Text Font Color

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

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


#bdea8e Background Color

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

This div background color is #bdea8e


#bdea8e Border Color

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

This div border color is #bdea8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea8e


Comments

No comments written yet.

Please login to write comment.