Color Hex Logo

#bdfdbe Color Hex

#BDFDBE
(189,253,190)
0 Favorites   0 Comments

Color spaces of #bdfdbe

RGB 189253190
HSL0.340.940.87
HSV121°25°99°
CMYK 0.250.000.25   0.01
XYZ65.405884.787161.6335
Yxy84.78710.30880.4003
Hunter Lab92.0799-34.348524.7703
CIE-Lab93.7913-31.807623.8521

#bdfdbe color RGB value is (189,253,190).

#bdfdbe hex color red value is 189, green value is 253 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bdfdbe hue: 0.34 , saturation: 0.94 and the lightness value of bdfdbe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 10111110
Octal 275 375 276
Decimal 189 253 190
Hex BD FD BE

RGB Percentages of Color #bdfdbe

%29.91
%40.03
%30.06

CMYK Percentages of Color #bdfdbe

%25
%0
%25
%1

Triadic Colors of #bdfdbe

#bdfdbe #bebdfd #fdbebd

Analogous Colors of #bdfdbe

#bdfdbe #bdfdde #dcfdbd

Monochromatic Colors of #bdfdbe

#bdfdbe

Complementary Color

#bdfdbe #fdbdfc

#bdfdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdbe Color CSS Codes

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

#bdfdbe Text Font Color

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

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


#bdfdbe Background Color

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

This div background color is #bdfdbe


#bdfdbe Border Color

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

This div border color is #bdfdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdbe

Related Colors


Comments

No comments written yet.

Please login to write comment.