Color Hex Logo

#bdfcad Color Hex

#BDFCAD
(189,252,173)
0 Favorites   0 Comments

Color spaces of #bdfcad

RGB 189252173
HSL0.300.930.83
HSV108°31°99°
CMYK 0.250.000.31   0.01
XYZ63.339583.456852.3056
Yxy83.45680.31810.4192
Hunter Lab91.3547-36.110230.0015
CIE-Lab93.2141-34.017931.6637

#bdfcad color RGB value is (189,252,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 10101101
Octal 275 374 255
Decimal 189 252 173
Hex BD FC AD

RGB Percentages of Color #bdfcad

%30.78
%41.04
%28.18

CMYK Percentages of Color #bdfcad

%25
%0
%31
%1

Triadic Colors of #bdfcad

#bdfcad #adbdfc #fcadbd

Analogous Colors of #bdfcad

#bdfcad #adfcc5 #e5fcad

Monochromatic Colors of #bdfcad

#bdfcad

Complementary Color

#bdfcad #ecadfc

#bdfcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcad Color CSS Codes

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

#bdfcad Text Font Color

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

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


#bdfcad Background Color

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

This div background color is #bdfcad


#bdfcad Border Color

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

This div border color is #bdfcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcad

Related Colors


Comments

No comments written yet.

Please login to write comment.