Color Hex Logo

#bdfcd2 Color Hex

#BDFCD2
(189,252,210)
0 Favorites   0 Comments

Color spaces of #bdfcd2

RGB 189252210
HSL0.390.910.86
HSV140°25°99°
CMYK 0.250.000.17   0.01
XYZ67.429585.092873.8434
Yxy85.09280.29790.3759
Hunter Lab92.2458-30.950717.1100
CIE-Lab93.9231-27.869113.8055

#bdfcd2 color RGB value is (189,252,210).

#bdfcd2 hex color red value is 189, green value is 252 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #bdfcd2 hue: 0.39 , saturation: 0.91 and the lightness value of bdfcd2 is 0.86.

The process color (four color CMYK) of #bdfcd2 color hex is 0.25, 0.00, 0.17, 0.01. Web safe color of #bdfcd2 is #ccffcc. Color #bdfcd2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11010010
Octal 275 374 322
Decimal 189 252 210
Hex BD FC D2

RGB Percentages of Color #bdfcd2

%29.03
%38.71
%32.26

CMYK Percentages of Color #bdfcd2

%25
%0
%17
%1

Triadic Colors of #bdfcd2

#bdfcd2 #d2bdfc #fcd2bd

Analogous Colors of #bdfcd2

#bdfcd2 #bdfcf2 #c8fcbd

Monochromatic Colors of #bdfcd2

#bdfcd2

Complementary Color

#bdfcd2 #fcbde7

#bdfcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcd2 Color CSS Codes

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

#bdfcd2 Text Font Color

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

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


#bdfcd2 Background Color

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

This div background color is #bdfcd2


#bdfcd2 Border Color

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

This div border color is #bdfcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcd2


Comments

No comments written yet.

Please login to write comment.