Color Hex Logo

#bdfea6 Color Hex

#BDFEA6
(189,254,166)
0 Favorites   0 Comments

Color spaces of #bdfea6

RGB 189254166
HSL0.290.980.82
HSV104°35°100°
CMYK 0.260.000.35   0.00
XYZ63.311084.455649.0411
Yxy84.45560.32170.4291
Hunter Lab91.8997-37.853432.6905
CIE-Lab93.6480-35.953935.7408

#bdfea6 color RGB value is (189,254,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10100110
Octal 275 376 246
Decimal 189 254 166
Hex BD FE A6

RGB Percentages of Color #bdfea6

%31.03
%41.71
%27.26

CMYK Percentages of Color #bdfea6

%26
%0
%35
%0

Triadic Colors of #bdfea6

#bdfea6 #a6bdfe #fea6bd

Analogous Colors of #bdfea6

#bdfea6 #a6febb #e9fea6

Monochromatic Colors of #bdfea6

#bdfea6

Complementary Color

#bdfea6 #e7a6fe

#bdfea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfea6 Color CSS Codes

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

#bdfea6 Text Font Color

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

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


#bdfea6 Background Color

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

This div background color is #bdfea6


#bdfea6 Border Color

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

This div border color is #bdfea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfea6


Comments

No comments written yet.

Please login to write comment.