Color Hex Logo

#bdfeaf Color Hex

#BDFEAF
(189,254,175)
0 Favorites   0 Comments

Color spaces of #bdfeaf

RGB 189254175
HSL0.300.980.84
HSV109°31°100°
CMYK 0.260.000.31   0.00
XYZ64.165984.797653.5431
Yxy84.79760.31690.4187
Hunter Lab92.0856-36.769829.9858
CIE-Lab93.7958-34.634331.4411

#bdfeaf color RGB value is (189,254,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10101111
Octal 275 376 257
Decimal 189 254 175
Hex BD FE AF

RGB Percentages of Color #bdfeaf

%30.58
%41.10
%28.32

CMYK Percentages of Color #bdfeaf

%26
%0
%31
%0

Triadic Colors of #bdfeaf

#bdfeaf #afbdfe #feafbd

Analogous Colors of #bdfeaf

#bdfeaf #affec9 #e5feaf

Monochromatic Colors of #bdfeaf

#bdfeaf

Complementary Color

#bdfeaf #f0affe

#bdfeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfeaf Color CSS Codes

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

#bdfeaf Text Font Color

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

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


#bdfeaf Background Color

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

This div background color is #bdfeaf


#bdfeaf Border Color

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

This div border color is #bdfeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.