Color Hex Logo

#bded9f Color Hex

#BDED9F
(189,237,159)
0 Favorites   0 Comments

Color spaces of #bded9f

RGB 189237159
HSL0.270.680.78
HSV97°33°93°
CMYK 0.200.000.33   0.07
XYZ57.528573.890444.0311
Yxy73.89040.32790.4211
Hunter Lab85.9595-30.967929.8015
CIE-Lab88.8707-29.082732.9132

#bded9f color RGB value is (189,237,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10011111
Octal 275 355 237
Decimal 189 237 159
Hex BD ED 9F

RGB Percentages of Color #bded9f

%32.31
%40.51
%27.18

CMYK Percentages of Color #bded9f

%20
%0
%33
%7

Triadic Colors of #bded9f

#bded9f #9fbded #ed9fbd

Analogous Colors of #bded9f

#bded9f #9feda8 #e4ed9f

Monochromatic Colors of #bded9f

#bded9f

Complementary Color

#bded9f #cf9fed

#bded9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded9f Color CSS Codes

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

#bded9f Text Font Color

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

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


#bded9f Background Color

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

This div background color is #bded9f


#bded9f Border Color

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

This div border color is #bded9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded9f


Comments

No comments written yet.

Please login to write comment.