Color Hex Logo

#badfbc Color Hex

#BADFBC
(186,223,188)
0 Favorites   0 Comments

Color spaces of #badfbc

RGB 186223188
HSL0.340.370.80
HSV123°17°87°
CMYK 0.170.000.16   0.13
XYZ55.714566.845357.5429
Yxy66.84530.30930.3712
Hunter Lab81.7590-21.439715.5023
CIE-Lab85.4258-18.727113.1730

#badfbc color RGB value is (186,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 10111100
Octal 272 337 274
Decimal 186 223 188
Hex BA DF BC

RGB Percentages of Color #badfbc

%31.16
%37.35
%31.49

CMYK Percentages of Color #badfbc

%17
%0
%16
%13

Triadic Colors of #badfbc

#badfbc #bcbadf #dfbcba

Analogous Colors of #badfbc

#badfbc #badfcf #cbdfba

Monochromatic Colors of #badfbc

#badfbc

Complementary Color

#badfbc #dfbadd

#badfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfbc Color CSS Codes

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

#badfbc Text Font Color

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

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


#badfbc Background Color

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

This div background color is #badfbc


#badfbc Border Color

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

This div border color is #badfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,223,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfbc


Comments

No comments written yet.

Please login to write comment.