Color Hex Logo

#bdfdac Color Hex

#BDFDAC
(189,253,172)
0 Favorites   0 Comments

Color spaces of #bdfdac

RGB 189253172
HSL0.300.950.83
HSV107°32°99°
CMYK 0.250.000.32   0.01
XYZ63.557984.047951.9027
Yxy84.04790.31860.4213
Hunter Lab91.6776-36.686130.6077
CIE-Lab93.4713-34.625332.5104

#bdfdac color RGB value is (189,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 10101100
Octal 275 375 254
Decimal 189 253 172
Hex BD FD AC

RGB Percentages of Color #bdfdac

%30.78
%41.21
%28.01

CMYK Percentages of Color #bdfdac

%25
%0
%32
%1

Triadic Colors of #bdfdac

#bdfdac #acbdfd #fdacbd

Analogous Colors of #bdfdac

#bdfdac #acfdc4 #e6fdac

Monochromatic Colors of #bdfdac

#bdfdac

Complementary Color

#bdfdac #ecacfd

#bdfdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdac Color CSS Codes

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

#bdfdac Text Font Color

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

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


#bdfdac Background Color

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

This div background color is #bdfdac


#bdfdac Border Color

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

This div border color is #bdfdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdac

Related Colors


Comments

No comments written yet.

Please login to write comment.