Color Hex Logo

#badfcb Color Hex

#BADFCB
(186,223,203)
0 Favorites   0 Comments

Color spaces of #badfcb

RGB 186223203
HSL0.410.370.80
HSV148°17°87°
CMYK 0.170.000.09   0.13
XYZ57.416967.526366.5076
Yxy67.52630.29990.3527
Hunter Lab82.1744-19.08369.5359
CIE-Lab85.7690-15.98735.7696

#badfcb color RGB value is (186,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11001011
Octal 272 337 313
Decimal 186 223 203
Hex BA DF CB

RGB Percentages of Color #badfcb

%30.39
%36.44
%33.17

CMYK Percentages of Color #badfcb

%17
%0
%9
%13

Triadic Colors of #badfcb

#badfcb #cbbadf #dfcbba

Analogous Colors of #badfcb

#badfcb #badfde #bcdfba

Monochromatic Colors of #badfcb

#badfcb

Complementary Color

#badfcb #dfbace

#badfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfcb Color CSS Codes

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

#badfcb Text Font Color

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

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


#badfcb Background Color

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

This div background color is #badfcb


#badfcb Border Color

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

This div border color is #badfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfcb


Comments

No comments written yet.

Please login to write comment.