Color Hex Logo

#bdfeb4 Color Hex

#BDFEB4
(189,254,180)
0 Favorites   0 Comments

Color spaces of #bdfeb4

RGB 189254180
HSL0.310.970.85
HSV113°29°100°
CMYK 0.260.000.29   0.00
XYZ64.666384.997756.1779
Yxy84.99770.31420.4129
Hunter Lab92.1942-36.137428.4080
CIE-Lab93.8821-33.869029.0418

#bdfeb4 color RGB value is (189,254,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10110100
Octal 275 376 264
Decimal 189 254 180
Hex BD FE B4

RGB Percentages of Color #bdfeb4

%30.34
%40.77
%28.89

CMYK Percentages of Color #bdfeb4

%26
%0
%29
%0

Triadic Colors of #bdfeb4

#bdfeb4 #b4bdfe #feb4bd

Analogous Colors of #bdfeb4

#bdfeb4 #b4fed0 #e2feb4

Monochromatic Colors of #bdfeb4

#bdfeb4

Complementary Color

#bdfeb4 #f5b4fe

#bdfeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfeb4 Color CSS Codes

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

#bdfeb4 Text Font Color

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

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


#bdfeb4 Background Color

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

This div background color is #bdfeb4


#bdfeb4 Border Color

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

This div border color is #bdfeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfeb4

Related Colors


Comments

No comments written yet.

Please login to write comment.