Color Hex Logo

#bdfac8 Color Hex

#BDFAC8
(189,250,200)
0 Favorites   0 Comments

Color spaces of #bdfac8

RGB 189250200
HSL0.360.860.86
HSV131°24°98°
CMYK 0.240.000.20   0.02
XYZ65.597283.360267.2764
Yxy83.36020.30340.3855
Hunter Lab91.3018-31.532120.2230
CIE-Lab93.1719-28.707617.8818

#bdfac8 color RGB value is (189,250,200).

#bdfac8 hex color red value is 189, green value is 250 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bdfac8 hue: 0.36 , saturation: 0.86 and the lightness value of bdfac8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11001000
Octal 275 372 310
Decimal 189 250 200
Hex BD FA C8

RGB Percentages of Color #bdfac8

%29.58
%39.12
%31.30

CMYK Percentages of Color #bdfac8

%24
%0
%20
%2

Triadic Colors of #bdfac8

#bdfac8 #c8bdfa #fac8bd

Analogous Colors of #bdfac8

#bdfac8 #bdfae7 #d1fabd

Monochromatic Colors of #bdfac8

#bdfac8

Complementary Color

#bdfac8 #fabdef

#bdfac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfac8 Color CSS Codes

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

#bdfac8 Text Font Color

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

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


#bdfac8 Background Color

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

This div background color is #bdfac8


#bdfac8 Border Color

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

This div border color is #bdfac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfac8

Related Colors


Comments

No comments written yet.

Please login to write comment.