Color Hex Logo

#bdfdaf Color Hex

#BDFDAF
(189,253,175)
0 Favorites   0 Comments

Color spaces of #bdfdaf

RGB 189253175
HSL0.300.950.84
HSV109°31°99°
CMYK 0.250.000.31   0.01
XYZ63.849484.164553.4376
Yxy84.16450.31690.4178
Hunter Lab91.7412-36.316029.6835
CIE-Lab93.5219-34.176031.0725

#bdfdaf color RGB value is (189,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 10101111
Octal 275 375 257
Decimal 189 253 175
Hex BD FD AF

RGB Percentages of Color #bdfdaf

%30.63
%41.00
%28.36

CMYK Percentages of Color #bdfdaf

%25
%0
%31
%1

Triadic Colors of #bdfdaf

#bdfdaf #afbdfd #fdafbd

Analogous Colors of #bdfdaf

#bdfdaf #affdc8 #e4fdaf

Monochromatic Colors of #bdfdaf

#bdfdaf

Complementary Color

#bdfdaf #efaffd

#bdfdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdaf Color CSS Codes

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

#bdfdaf Text Font Color

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

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


#bdfdaf Background Color

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

This div background color is #bdfdaf


#bdfdaf Border Color

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

This div border color is #bdfdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdaf


Comments

No comments written yet.

Please login to write comment.