Color Hex Logo

#bdea95 Color Hex

#BDEA95
(189,234,149)
0 Favorites   0 Comments

Color spaces of #bdea95

RGB 189234149
HSL0.250.670.75
HSV92°36°92°
CMYK 0.190.000.36   0.08
XYZ55.833971.834439.3564
Yxy71.83440.33430.4301
Hunter Lab84.7552-30.731731.7971
CIE-Lab87.8888-29.045036.6514

#bdea95 color RGB value is (189,234,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 10010101
Octal 275 352 225
Decimal 189 234 149
Hex BD EA 95

RGB Percentages of Color #bdea95

%33.04
%40.91
%26.05

CMYK Percentages of Color #bdea95

%19
%0
%36
%8

Triadic Colors of #bdea95

#bdea95 #95bdea #ea95bd

Analogous Colors of #bdea95

#bdea95 #95ea98 #e8ea95

Monochromatic Colors of #bdea95

#bdea95

Complementary Color

#bdea95 #c295ea

#bdea95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea95 Color CSS Codes

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

#bdea95 Text Font Color

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

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


#bdea95 Background Color

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

This div background color is #bdea95


#bdea95 Border Color

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

This div border color is #bdea95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea95


Comments

No comments written yet.

Please login to write comment.