Color Hex Logo

#bdfebd Color Hex

#BDFEBD
(189,254,189)
0 Favorites   0 Comments

Color spaces of #bdfebd

RGB 189254189
HSL0.330.970.87
HSV120°26°100°
CMYK 0.260.000.26   0.00
XYZ65.613485.376661.1652
Yxy85.37660.30930.4024
Hunter Lab92.3995-34.945225.4317
CIE-Lab94.0452-32.435224.7099

#bdfebd color RGB value is (189,254,189).

#bdfebd hex color red value is 189, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bdfebd hue: 0.33 , saturation: 0.97 and the lightness value of bdfebd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10111101
Octal 275 376 275
Decimal 189 254 189
Hex BD FE BD

RGB Percentages of Color #bdfebd

%29.91
%40.19
%29.91

CMYK Percentages of Color #bdfebd

%26
%0
%26
%0

Triadic Colors of #bdfebd

#bdfebd #bdbdfe #febdbd

Analogous Colors of #bdfebd

#bdfebd #bdfede #defebd

Monochromatic Colors of #bdfebd

#bdfebd

Complementary Color

#bdfebd #febdfe

#bdfebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfebd Color CSS Codes

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

#bdfebd Text Font Color

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

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


#bdfebd Background Color

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

This div background color is #bdfebd


#bdfebd Border Color

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

This div border color is #bdfebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfebd


Comments

No comments written yet.

Please login to write comment.