Color Hex Logo

#bdfead Color Hex

#BDFEAD
(189,254,173)
0 Favorites   0 Comments

Color spaces of #bdfead

RGB 189254173
HSL0.300.980.84
HSV108°32°100°
CMYK 0.260.000.32   0.00
XYZ63.970984.719652.5161
Yxy84.71960.31790.4211
Hunter Lab92.0433-37.016630.6018
CIE-Lab93.7622-34.933932.3988

#bdfead color RGB value is (189,254,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10101101
Octal 275 376 255
Decimal 189 254 173
Hex BD FE AD

RGB Percentages of Color #bdfead

%30.68
%41.23
%28.08

CMYK Percentages of Color #bdfead

%26
%0
%32
%0

Triadic Colors of #bdfead

#bdfead #adbdfe #feadbd

Analogous Colors of #bdfead

#bdfead #adfec6 #e6fead

Monochromatic Colors of #bdfead

#bdfead

Complementary Color

#bdfead #eeadfe

#bdfead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfead Color CSS Codes

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

#bdfead Text Font Color

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

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


#bdfead Background Color

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

This div background color is #bdfead


#bdfead Border Color

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

This div border color is #bdfead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfead


Comments

No comments written yet.

Please login to write comment.