Color Hex Logo

#bdfea8 Color Hex

#BDFEA8
(189,254,168)
0 Favorites   0 Comments

Color spaces of #bdfea8

RGB 189254168
HSL0.290.980.83
HSV105°34°100°
CMYK 0.260.000.34   0.00
XYZ63.496084.529650.0150
Yxy84.52960.32060.4268
Hunter Lab91.9400-37.618532.1045
CIE-Lab93.6800-35.667034.7878

#bdfea8 color RGB value is (189,254,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10101000
Octal 275 376 250
Decimal 189 254 168
Hex BD FE A8

RGB Percentages of Color #bdfea8

%30.93
%41.57
%27.50

CMYK Percentages of Color #bdfea8

%26
%0
%34
%0

Triadic Colors of #bdfea8

#bdfea8 #a8bdfe #fea8bd

Analogous Colors of #bdfea8

#bdfea8 #a8febe #e8fea8

Monochromatic Colors of #bdfea8

#bdfea8

Complementary Color

#bdfea8 #e9a8fe

#bdfea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfea8 Color CSS Codes

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

#bdfea8 Text Font Color

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

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


#bdfea8 Background Color

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

This div background color is #bdfea8


#bdfea8 Border Color

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

This div border color is #bdfea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfea8


Comments

No comments written yet.

Please login to write comment.