Color Hex Logo

#bdffae Color Hex

#BDFFAE
(189,255,174)
0 Favorites   0 Comments

Color spaces of #bdffae

RGB 189255174
HSL0.301.000.84
HSV109°32°100°
CMYK 0.260.000.32   0.00
XYZ64.386285.394853.1337
Yxy85.39480.31730.4208
Hunter Lab92.4093-37.346430.5958
CIE-Lab94.0530-35.241332.2878

#bdffae color RGB value is (189,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 10101110
Octal 275 377 256
Decimal 189 255 174
Hex BD FF AE

RGB Percentages of Color #bdffae

%30.58
%41.26
%28.16

CMYK Percentages of Color #bdffae

%26
%0
%32
%0

Triadic Colors of #bdffae

#bdffae #aebdff #ffaebd

Analogous Colors of #bdffae

#bdffae #aeffc8 #e6ffae

Monochromatic Colors of #bdffae

#bdffae

Complementary Color

#bdffae #f0aeff

#bdffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffae Color CSS Codes

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

#bdffae Text Font Color

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

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


#bdffae Background Color

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

This div background color is #bdffae


#bdffae Border Color

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

This div border color is #bdffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffae

Related Colors

#bdffae Color Palettes


Comments

No comments written yet.

Please login to write comment.