Color Hex Logo

#bdfec0 Color Hex

#BDFEC0
(189,254,192)
0 Favorites   0 Comments

Color spaces of #bdfec0

RGB 189254192
HSL0.340.970.87
HSV123°26°100°
CMYK 0.260.000.24   0.00
XYZ65.942585.508262.8984
Yxy85.50820.30760.3989
Hunter Lab92.4706-34.532024.4005
CIE-Lab94.1017-31.941323.2631

#bdfec0 color RGB value is (189,254,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11000000
Octal 275 376 300
Decimal 189 254 192
Hex BD FE C0

RGB Percentages of Color #bdfec0

%29.76
%40.00
%30.24

CMYK Percentages of Color #bdfec0

%26
%0
%24
%0

Triadic Colors of #bdfec0

#bdfec0 #c0bdfe #fec0bd

Analogous Colors of #bdfec0

#bdfec0 #bdfee1 #dbfebd

Monochromatic Colors of #bdfec0

#bdfec0

Complementary Color

#bdfec0 #febdfb

#bdfec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfec0 Color CSS Codes

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

#bdfec0 Text Font Color

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

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


#bdfec0 Background Color

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

This div background color is #bdfec0


#bdfec0 Border Color

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

This div border color is #bdfec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfec0


Comments

No comments written yet.

Please login to write comment.