Color Hex Logo

#bdfea7 Color Hex

#BDFEA7
(189,254,167)
0 Favorites   0 Comments

Color spaces of #bdfea7

RGB 189254167
HSL0.290.980.83
HSV105°34°100°
CMYK 0.260.000.34   0.00
XYZ63.403184.492549.5262
Yxy84.49250.32120.4280
Hunter Lab91.9198-37.736532.3985
CIE-Lab93.6640-35.811135.2645

#bdfea7 color RGB value is (189,254,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10100111
Octal 275 376 247
Decimal 189 254 167
Hex BD FE A7

RGB Percentages of Color #bdfea7

%30.98
%41.64
%27.38

CMYK Percentages of Color #bdfea7

%26
%0
%34
%0

Triadic Colors of #bdfea7

#bdfea7 #a7bdfe #fea7bd

Analogous Colors of #bdfea7

#bdfea7 #a7febd #e9fea7

Monochromatic Colors of #bdfea7

#bdfea7

Complementary Color

#bdfea7 #e8a7fe

#bdfea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfea7 Color CSS Codes

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

#bdfea7 Text Font Color

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

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


#bdfea7 Background Color

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

This div background color is #bdfea7


#bdfea7 Border Color

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

This div border color is #bdfea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfea7


Comments

No comments written yet.

Please login to write comment.