Color Hex Logo

#bdfca3 Color Hex

#BDFCA3
(189,252,163)
0 Favorites   0 Comments

Color spaces of #bdfca3

RGB 189252163
HSL0.280.940.81
HSV102°35°99°
CMYK 0.250.000.35   0.01
XYZ62.407583.084047.3979
Yxy83.08400.32350.4307
Hunter Lab91.1504-37.300632.9747
CIE-Lab93.0512-35.468636.4436

#bdfca3 color RGB value is (189,252,163).

#bdfca3 hex color red value is 189, green value is 252 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bdfca3 hue: 0.28 , saturation: 0.94 and the lightness value of bdfca3 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 10100011
Octal 275 374 243
Decimal 189 252 163
Hex BD FC A3

RGB Percentages of Color #bdfca3

%31.29
%41.72
%26.99

CMYK Percentages of Color #bdfca3

%25
%0
%35
%1

Triadic Colors of #bdfca3

#bdfca3 #a3bdfc #fca3bd

Analogous Colors of #bdfca3

#bdfca3 #a3fcb6 #eafca3

Monochromatic Colors of #bdfca3

#bdfca3

Complementary Color

#bdfca3 #e2a3fc

#bdfca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfca3 Color CSS Codes

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

#bdfca3 Text Font Color

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

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


#bdfca3 Background Color

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

This div background color is #bdfca3


#bdfca3 Border Color

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

This div border color is #bdfca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfca3


Comments

No comments written yet.

Please login to write comment.