Color Hex Logo

#bdfeba Color Hex

#BDFEBA
(189,254,186)
0 Favorites   0 Comments

Color spaces of #bdfeba

RGB 189254186
HSL0.330.970.86
HSV117°27°100°
CMYK 0.260.000.27   0.00
XYZ65.291085.247659.4676
Yxy85.24760.31090.4059
Hunter Lab92.3296-35.350426.4433
CIE-Lab93.9897-32.921226.1554

#bdfeba color RGB value is (189,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10111010
Octal 275 376 272
Decimal 189 254 186
Hex BD FE BA

RGB Percentages of Color #bdfeba

%30.05
%40.38
%29.57

CMYK Percentages of Color #bdfeba

%26
%0
%27
%0

Triadic Colors of #bdfeba

#bdfeba #babdfe #febabd

Analogous Colors of #bdfeba

#bdfeba #bafed9 #dffeba

Monochromatic Colors of #bdfeba

#bdfeba

Complementary Color

#bdfeba #fbbafe

#bdfeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfeba Color CSS Codes

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

#bdfeba Text Font Color

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

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


#bdfeba Background Color

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

This div background color is #bdfeba


#bdfeba Border Color

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

This div border color is #bdfeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfeba


Comments

No comments written yet.

Please login to write comment.