Color Hex Logo

#bdde95 Color Hex

#BDDE95
(189,222,149)
0 Favorites   0 Comments

Color spaces of #bdde95

RGB 189222149
HSL0.240.530.73
HSV87°33°87°
CMYK 0.150.000.33   0.13
XYZ52.532465.231338.2559
Yxy65.23130.33670.4181
Hunter Lab80.7659-25.238928.4526
CIE-Lab84.6028-23.303032.3263

#bdde95 color RGB value is (189,222,149).

#bdde95 hex color red value is 189, green value is 222 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bdde95 hue: 0.24 , saturation: 0.53 and the lightness value of bdde95 is 0.73.

The process color (four color CMYK) of #bdde95 color hex is 0.15, 0.00, 0.33, 0.13. Web safe color of #bdde95 is #cccc99. Color #bdde95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 10010101
Octal 275 336 225
Decimal 189 222 149
Hex BD DE 95

RGB Percentages of Color #bdde95

%33.75
%39.64
%26.61

CMYK Percentages of Color #bdde95

%15
%0
%33
%13

Triadic Colors of #bdde95

#bdde95 #95bdde #de95bd

Analogous Colors of #bdde95

#bdde95 #99de95 #dedb95

Monochromatic Colors of #bdde95

#bdde95

Complementary Color

#bdde95 #b695de

#bdde95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde95 Color CSS Codes

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

#bdde95 Text Font Color

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

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


#bdde95 Background Color

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

This div background color is #bdde95


#bdde95 Border Color

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

This div border color is #bdde95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde95


Comments

No comments written yet.

Please login to write comment.