Color Hex Logo

#bdfeda Color Hex

#BDFEDA
(189,254,218)
0 Favorites   0 Comments

Color spaces of #bdfeda

RGB 189254218
HSL0.410.970.87
HSV147°26°100°
CMYK 0.260.000.14   0.00
XYZ69.083086.764479.4358
Yxy86.76440.29360.3688
Hunter Lab93.1474-30.623014.6409
CIE-Lab94.6382-27.335810.7101

#bdfeda color RGB value is (189,254,218).

#bdfeda hex color red value is 189, green value is 254 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bdfeda hue: 0.41 , saturation: 0.97 and the lightness value of bdfeda is 0.87.

The process color (four color CMYK) of #bdfeda color hex is 0.26, 0.00, 0.14, 0.00. Web safe color of #bdfeda is #ccffcc. Color #bdfeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11011010
Octal 275 376 332
Decimal 189 254 218
Hex BD FE DA

RGB Percentages of Color #bdfeda

%28.59
%38.43
%32.98

CMYK Percentages of Color #bdfeda

%26
%0
%14
%0

Triadic Colors of #bdfeda

#bdfeda #dabdfe #fedabd

Analogous Colors of #bdfeda

#bdfeda #bdfefb #c1febd

Monochromatic Colors of #bdfeda

#bdfeda

Complementary Color

#bdfeda #febde1

#bdfeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfeda Color CSS Codes

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

#bdfeda Text Font Color

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

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


#bdfeda Background Color

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

This div background color is #bdfeda


#bdfeda Border Color

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

This div border color is #bdfeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfeda


Comments

No comments written yet.

Please login to write comment.