Color Hex Logo

#badfd4 Color Hex

#BADFD4
(186,223,212)
0 Favorites   0 Comments

Color spaces of #badfd4

RGB 186223212
HSL0.450.370.80
HSV162°17°87°
CMYK 0.170.000.05   0.13
XYZ58.521067.967972.3221
Yxy67.96790.29440.3419
Hunter Lab82.4426-17.56845.6982
CIE-Lab85.9904-14.24941.3435

#badfd4 color RGB value is (186,223,212).

#badfd4 hex color red value is 186, green value is 223 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #badfd4 hue: 0.45 , saturation: 0.37 and the lightness value of badfd4 is 0.80.

The process color (four color CMYK) of #badfd4 color hex is 0.17, 0.00, 0.05, 0.13. Web safe color of #badfd4 is #cccccc. Color #badfd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11010100
Octal 272 337 324
Decimal 186 223 212
Hex BA DF D4

RGB Percentages of Color #badfd4

%29.95
%35.91
%34.14

CMYK Percentages of Color #badfd4

%17
%0
%5
%13

Triadic Colors of #badfd4

#badfd4 #d4badf #dfd4ba

Analogous Colors of #badfd4

#badfd4 #bad8df #badfc2

Monochromatic Colors of #badfd4

#badfd4

Complementary Color

#badfd4 #dfbac5

#badfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfd4 Color CSS Codes

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

#badfd4 Text Font Color

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

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


#badfd4 Background Color

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

This div background color is #badfd4


#badfd4 Border Color

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

This div border color is #badfd4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,223,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 #badfd4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfd4


Comments

No comments written yet.

Please login to write comment.