Color Hex Logo

#bded9d Color Hex

#BDED9D
(189,237,157)
0 Favorites   0 Comments

Color spaces of #bded9d

RGB 189237157
HSL0.270.690.77
HSV96°34°93°
CMYK 0.200.000.34   0.07
XYZ57.356373.821543.1243
Yxy73.82150.32910.4235
Hunter Lab85.9194-31.199730.3850
CIE-Lab88.8381-29.364633.8793

#bded9d color RGB value is (189,237,157).

#bded9d hex color red value is 189, green value is 237 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bded9d hue: 0.27 , saturation: 0.69 and the lightness value of bded9d is 0.77.

The process color (four color CMYK) of #bded9d color hex is 0.20, 0.00, 0.34, 0.07. Web safe color of #bded9d is #ccff99. Color #bded9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10011101
Octal 275 355 235
Decimal 189 237 157
Hex BD ED 9D

RGB Percentages of Color #bded9d

%32.42
%40.65
%26.93

CMYK Percentages of Color #bded9d

%20
%0
%34
%7

Triadic Colors of #bded9d

#bded9d #9dbded #ed9dbd

Analogous Colors of #bded9d

#bded9d #9deda5 #e5ed9d

Monochromatic Colors of #bded9d

#bded9d

Complementary Color

#bded9d #cd9ded

#bded9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded9d Color CSS Codes

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

#bded9d Text Font Color

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

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


#bded9d Background Color

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

This div background color is #bded9d


#bded9d Border Color

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

This div border color is #bded9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded9d


Comments

No comments written yet.

Please login to write comment.