Color Hex Logo

#bdf0bd Color Hex

#BDF0BD
(189,240,189)
0 Favorites   0 Comments

Color spaces of #bdf0bd

RGB 189240189
HSL0.330.630.84
HSV120°21°94°
CMYK 0.210.000.21   0.06
XYZ61.331776.813159.7380
Yxy76.81310.30990.3882
Hunter Lab87.6431-28.463020.9378
CIE-Lab90.2355-25.843619.4352

#bdf0bd color RGB value is (189,240,189).

#bdf0bd hex color red value is 189, green value is 240 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bdf0bd hue: 0.33 , saturation: 0.63 and the lightness value of bdf0bd is 0.84.

The process color (four color CMYK) of #bdf0bd color hex is 0.21, 0.00, 0.21, 0.06. Web safe color of #bdf0bd is #ccffcc. Color #bdf0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 10111101
Octal 275 360 275
Decimal 189 240 189
Hex BD F0 BD

RGB Percentages of Color #bdf0bd

%30.58
%38.83
%30.58

CMYK Percentages of Color #bdf0bd

%21
%0
%21
%6

Triadic Colors of #bdf0bd

#bdf0bd #bdbdf0 #f0bdbd

Analogous Colors of #bdf0bd

#bdf0bd #bdf0d7 #d7f0bd

Monochromatic Colors of #bdf0bd

#bdf0bd

Complementary Color

#bdf0bd #f0bdf0

#bdf0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf0bd Color CSS Codes

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

#bdf0bd Text Font Color

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

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


#bdf0bd Background Color

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

This div background color is #bdf0bd


#bdf0bd Border Color

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

This div border color is #bdf0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf0bd


Comments

No comments written yet.

Please login to write comment.