Color Hex Logo

#bdfad4 Color Hex

#BDFAD4
(189,250,212)
0 Favorites   0 Comments

Color spaces of #bdfad4

RGB 189250212
HSL0.400.860.86
HSV143°24°98°
CMYK 0.240.000.15   0.02
XYZ67.055583.943574.9559
Yxy83.94350.29680.3715
Hunter Lab91.6207-29.695315.6287
CIE-Lab93.4260-26.552312.0704

#bdfad4 color RGB value is (189,250,212).

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

The process color (four color CMYK) of #bdfad4 color hex is 0.24, 0.00, 0.15, 0.02. Web safe color of #bdfad4 is #ccffcc. Color #bdfad4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11010100
Octal 275 372 324
Decimal 189 250 212
Hex BD FA D4

RGB Percentages of Color #bdfad4

%29.03
%38.40
%32.57

CMYK Percentages of Color #bdfad4

%24
%0
%15
%2

Triadic Colors of #bdfad4

#bdfad4 #d4bdfa #fad4bd

Analogous Colors of #bdfad4

#bdfad4 #bdfaf3 #c5fabd

Monochromatic Colors of #bdfad4

#bdfad4

Complementary Color

#bdfad4 #fabde3

#bdfad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfad4 Color CSS Codes

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

#bdfad4 Text Font Color

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

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


#bdfad4 Background Color

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

This div background color is #bdfad4


#bdfad4 Border Color

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

This div border color is #bdfad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfad4

Related Colors


Comments

No comments written yet.

Please login to write comment.