Color Hex Logo

#bdfeae Color Hex

#BDFEAE
(189,254,174)
0 Favorites   0 Comments

Color spaces of #bdfeae

RGB 189254174
HSL0.300.980.84
HSV109°31°100°
CMYK 0.260.000.31   0.00
XYZ64.068184.758453.0277
Yxy84.75840.31740.4199
Hunter Lab92.0643-36.893430.2949
CIE-Lab93.7789-34.784331.9201

#bdfeae color RGB value is (189,254,174).

#bdfeae hex color red value is 189, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bdfeae hue: 0.30 , saturation: 0.98 and the lightness value of bdfeae is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10101110
Octal 275 376 256
Decimal 189 254 174
Hex BD FE AE

RGB Percentages of Color #bdfeae

%30.63
%41.17
%28.20

CMYK Percentages of Color #bdfeae

%26
%0
%31
%0

Triadic Colors of #bdfeae

#bdfeae #aebdfe #feaebd

Analogous Colors of #bdfeae

#bdfeae #aefec7 #e5feae

Monochromatic Colors of #bdfeae

#bdfeae

Complementary Color

#bdfeae #efaefe

#bdfeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfeae Color CSS Codes

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

#bdfeae Text Font Color

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

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


#bdfeae Background Color

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

This div background color is #bdfeae


#bdfeae Border Color

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

This div border color is #bdfeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfeae


Comments

No comments written yet.

Please login to write comment.