Color Hex Logo

#bdfcd3 Color Hex

#BDFCD3
(189,252,211)
0 Favorites   0 Comments

Color spaces of #bdfcd3

RGB 189252211
HSL0.390.910.86
HSV141°25°99°
CMYK 0.250.000.16   0.01
XYZ67.554585.142874.5017
Yxy85.14280.29730.3747
Hunter Lab92.2729-30.794716.7199
CIE-Lab93.9446-27.686513.3220

#bdfcd3 color RGB value is (189,252,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11010011
Octal 275 374 323
Decimal 189 252 211
Hex BD FC D3

RGB Percentages of Color #bdfcd3

%28.99
%38.65
%32.36

CMYK Percentages of Color #bdfcd3

%25
%0
%16
%1

Triadic Colors of #bdfcd3

#bdfcd3 #d3bdfc #fcd3bd

Analogous Colors of #bdfcd3

#bdfcd3 #bdfcf3 #c7fcbd

Monochromatic Colors of #bdfcd3

#bdfcd3

Complementary Color

#bdfcd3 #fcbde6

#bdfcd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcd3 Color CSS Codes

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

#bdfcd3 Text Font Color

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

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


#bdfcd3 Background Color

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

This div background color is #bdfcd3


#bdfcd3 Border Color

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

This div border color is #bdfcd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcd3


Comments

No comments written yet.

Please login to write comment.