Color Hex Logo

#bdee95 Color Hex

#BDEE95
(189,238,149)
0 Favorites   0 Comments

Color spaces of #bdee95

RGB 189238149
HSL0.260.720.76
HSV93°37°93°
CMYK 0.210.000.37   0.07
XYZ56.985674.137839.7403
Yxy74.13780.33350.4339
Hunter Lab86.1033-32.544532.9075
CIE-Lab88.9876-30.921338.0841

#bdee95 color RGB value is (189,238,149).

#bdee95 hex color red value is 189, green value is 238 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bdee95 hue: 0.26 , saturation: 0.72 and the lightness value of bdee95 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 10010101
Octal 275 356 225
Decimal 189 238 149
Hex BD EE 95

RGB Percentages of Color #bdee95

%32.81
%41.32
%25.87

CMYK Percentages of Color #bdee95

%21
%0
%37
%7

Triadic Colors of #bdee95

#bdee95 #95bdee #ee95bd

Analogous Colors of #bdee95

#bdee95 #95ee9a #eaee95

Monochromatic Colors of #bdee95

#bdee95

Complementary Color

#bdee95 #c695ee

#bdee95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdee95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdee95 Color CSS Codes

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

#bdee95 Text Font Color

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

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


#bdee95 Background Color

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

This div background color is #bdee95


#bdee95 Border Color

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

This div border color is #bdee95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdee95


Comments

No comments written yet.

Please login to write comment.