Color Hex Logo

#bdf0ac Color Hex

#BDF0AC
(189,240,172)
0 Favorites   0 Comments

Color spaces of #bdf0ac

RGB 189240172
HSL0.290.690.81
HSV105°28°94°
CMYK 0.210.000.28   0.06
XYZ59.592776.117650.5810
Yxy76.11760.31990.4086
Hunter Lab87.2454-30.755626.6981
CIE-Lab89.9139-28.580227.7146

#bdf0ac color RGB value is (189,240,172).

#bdf0ac hex color red value is 189, green value is 240 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bdf0ac hue: 0.29 , saturation: 0.69 and the lightness value of bdf0ac is 0.81.

The process color (four color CMYK) of #bdf0ac color hex is 0.21, 0.00, 0.28, 0.06. Web safe color of #bdf0ac is #ccff99. Color #bdf0ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 10101100
Octal 275 360 254
Decimal 189 240 172
Hex BD F0 AC

RGB Percentages of Color #bdf0ac

%31.45
%39.93
%28.62

CMYK Percentages of Color #bdf0ac

%21
%0
%28
%6

Triadic Colors of #bdf0ac

#bdf0ac #acbdf0 #f0acbd

Analogous Colors of #bdf0ac

#bdf0ac #acf0bd #dff0ac

Monochromatic Colors of #bdf0ac

#bdf0ac

Complementary Color

#bdf0ac #dfacf0

#bdf0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf0ac Color CSS Codes

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

#bdf0ac Text Font Color

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

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


#bdf0ac Background Color

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

This div background color is #bdf0ac


#bdf0ac Border Color

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

This div border color is #bdf0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf0ac


Comments

No comments written yet.

Please login to write comment.