Color Hex Logo

#bdf9bd Color Hex

#BDF9BD
(189,249,189)
0 Favorites   0 Comments

Color spaces of #bdf9bd

RGB 189249189
HSL0.330.830.86
HSV120°24°98°
CMYK 0.240.000.24   0.02
XYZ64.047382.244360.6432
Yxy82.24430.30950.3974
Hunter Lab90.6886-32.642623.8350
CIE-Lab92.6826-30.106222.8314

#bdf9bd color RGB value is (189,249,189).

#bdf9bd hex color red value is 189, green value is 249 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bdf9bd hue: 0.33 , saturation: 0.83 and the lightness value of bdf9bd is 0.86.

The process color (four color CMYK) of #bdf9bd color hex is 0.24, 0.00, 0.24, 0.02. Web safe color of #bdf9bd is #ccffcc. Color #bdf9bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 10111101
Octal 275 371 275
Decimal 189 249 189
Hex BD F9 BD

RGB Percentages of Color #bdf9bd

%30.14
%39.71
%30.14

CMYK Percentages of Color #bdf9bd

%24
%0
%24
%2

Triadic Colors of #bdf9bd

#bdf9bd #bdbdf9 #f9bdbd

Analogous Colors of #bdf9bd

#bdf9bd #bdf9db #dbf9bd

Monochromatic Colors of #bdf9bd

#bdf9bd

Complementary Color

#bdf9bd #f9bdf9

#bdf9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf9bd Color CSS Codes

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

#bdf9bd Text Font Color

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

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


#bdf9bd Background Color

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

This div background color is #bdf9bd


#bdf9bd Border Color

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

This div border color is #bdf9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf9bd

Related Colors


Comments

No comments written yet.

Please login to write comment.