Color Hex Logo

#bdf6ac Color Hex

#BDF6AC
(189,246,172)
0 Favorites   0 Comments

Color spaces of #bdf6ac

RGB 189246172
HSL0.300.800.82
HSV106°30°96°
CMYK 0.230.000.30   0.04
XYZ61.388479.708951.1796
Yxy79.70890.31930.4146
Hunter Lab89.2798-33.504028.5079
CIE-Lab91.5541-31.394029.9338

#bdf6ac color RGB value is (189,246,172).

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

The process color (four color CMYK) of #bdf6ac color hex is 0.23, 0.00, 0.30, 0.04. Web safe color of #bdf6ac is #ccff99. Color #bdf6ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 10101100
Octal 275 366 254
Decimal 189 246 172
Hex BD F6 AC

RGB Percentages of Color #bdf6ac

%31.14
%40.53
%28.34

CMYK Percentages of Color #bdf6ac

%23
%0
%30
%4

Triadic Colors of #bdf6ac

#bdf6ac #acbdf6 #f6acbd

Analogous Colors of #bdf6ac

#bdf6ac #acf6c0 #e2f6ac

Monochromatic Colors of #bdf6ac

#bdf6ac

Complementary Color

#bdf6ac #e5acf6

#bdf6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf6ac Color CSS Codes

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

#bdf6ac Text Font Color

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

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


#bdf6ac Background Color

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

This div background color is #bdf6ac


#bdf6ac Border Color

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

This div border color is #bdf6ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,246,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 #bdf6ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf6ac


Comments

No comments written yet.

Please login to write comment.