Color Hex Logo

#bdfcd6 Color Hex

#BDFCD6
(189,252,214)
0 Favorites   0 Comments

Color spaces of #bdfcd6

RGB 189252214
HSL0.400.910.86
HSV144°25°99°
CMYK 0.250.000.15   0.01
XYZ67.934385.294776.5013
Yxy85.29470.29570.3713
Hunter Lab92.3551-30.321015.5364
CIE-Lab94.0100-27.133511.8719

#bdfcd6 color RGB value is (189,252,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 11010110
Octal 275 374 326
Decimal 189 252 214
Hex BD FC D6

RGB Percentages of Color #bdfcd6

%28.85
%38.47
%32.67

CMYK Percentages of Color #bdfcd6

%25
%0
%15
%1

Triadic Colors of #bdfcd6

#bdfcd6 #d6bdfc #fcd6bd

Analogous Colors of #bdfcd6

#bdfcd6 #bdfcf6 #c4fcbd

Monochromatic Colors of #bdfcd6

#bdfcd6

Complementary Color

#bdfcd6 #fcbde3

#bdfcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfcd6 Color CSS Codes

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

#bdfcd6 Text Font Color

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

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


#bdfcd6 Background Color

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

This div background color is #bdfcd6


#bdfcd6 Border Color

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

This div border color is #bdfcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfcd6

Related Colors


Comments

No comments written yet.

Please login to write comment.