Color Hex Logo

#bdfcac Color Hex

#BDFCAC
(189,252,172)
0 Favorites   0 Comments

Color spaces of #bdfcac

RGB 189252172
HSL0.300.930.83
HSV107°32°99°
CMYK 0.250.000.32   0.01
XYZ63.243183.418251.7978
Yxy83.41820.31870.4203
Hunter Lab91.3336-36.233030.3085
CIE-Lab93.1972-34.167032.1432

#bdfcac color RGB value is (189,252,172).

#bdfcac hex color red value is 189, green value is 252 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bdfcac hue: 0.30 , saturation: 0.93 and the lightness value of bdfcac is 0.83.

The process color (four color CMYK) of #bdfcac color hex is 0.25, 0.00, 0.32, 0.01. Web safe color of #bdfcac is #ccff99. Color #bdfcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 10101100
Octal 275 374 254
Decimal 189 252 172
Hex BD FC AC

RGB Percentages of Color #bdfcac

%30.83
%41.11
%28.06

CMYK Percentages of Color #bdfcac

%25
%0
%32
%1

Triadic Colors of #bdfcac

#bdfcac #acbdfc #fcacbd

Analogous Colors of #bdfcac

#bdfcac #acfcc3 #e5fcac

Monochromatic Colors of #bdfcac

#bdfcac

Complementary Color

#bdfcac #ebacfc

#bdfcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcac Color CSS Codes

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

#bdfcac Text Font Color

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

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


#bdfcac Background Color

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

This div background color is #bdfcac


#bdfcac Border Color

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

This div border color is #bdfcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcac


Comments

No comments written yet.

Please login to write comment.