Color Hex Logo

#bdfdae Color Hex

#BDFDAE
(189,253,174)
0 Favorites   0 Comments

Color spaces of #bdfdae

RGB 189253174
HSL0.300.950.84
HSV109°31°99°
CMYK 0.250.000.31   0.01
XYZ63.751584.125452.9222
Yxy84.12540.31750.4190
Hunter Lab91.7199-36.440329.9937
CIE-Lab93.5049-34.326831.5521

#bdfdae color RGB value is (189,253,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 10101110
Octal 275 375 256
Decimal 189 253 174
Hex BD FD AE

RGB Percentages of Color #bdfdae

%30.68
%41.07
%28.25

CMYK Percentages of Color #bdfdae

%25
%0
%31
%1

Triadic Colors of #bdfdae

#bdfdae #aebdfd #fdaebd

Analogous Colors of #bdfdae

#bdfdae #aefdc7 #e5fdae

Monochromatic Colors of #bdfdae

#bdfdae

Complementary Color

#bdfdae #eeaefd

#bdfdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdae Color CSS Codes

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

#bdfdae Text Font Color

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

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


#bdfdae Background Color

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

This div background color is #bdfdae


#bdfdae Border Color

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

This div border color is #bdfdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdae

Related Colors


Comments

No comments written yet.

Please login to write comment.