Color Hex Logo

#bdfedb Color Hex

#BDFEDB
(189,254,219)
0 Favorites   0 Comments

Color spaces of #bdfedb

RGB 189254219
HSL0.410.970.87
HSV148°26°100°
CMYK 0.260.000.14   0.00
XYZ69.214386.816980.1272
Yxy86.81690.29310.3676
Hunter Lab93.1756-30.460814.2359
CIE-Lab94.6605-27.147410.2277

#bdfedb color RGB value is (189,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11011011
Octal 275 376 333
Decimal 189 254 219
Hex BD FE DB

RGB Percentages of Color #bdfedb

%28.55
%38.37
%33.08

CMYK Percentages of Color #bdfedb

%26
%0
%14
%0

Triadic Colors of #bdfedb

#bdfedb #dbbdfe #fedbbd

Analogous Colors of #bdfedb

#bdfedb #bdfefc #c0febd

Monochromatic Colors of #bdfedb

#bdfedb

Complementary Color

#bdfedb #febde0

#bdfedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfedb Color CSS Codes

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

#bdfedb Text Font Color

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

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


#bdfedb Background Color

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

This div background color is #bdfedb


#bdfedb Border Color

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

This div border color is #bdfedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfedb

Related Colors


Comments

No comments written yet.

Please login to write comment.