Color Hex Logo

#badfbd Color Hex

#BADFBD
(186,223,189)
0 Favorites   0 Comments

Color spaces of #badfbd

RGB 186223189
HSL0.350.370.80
HSV125°17°87°
CMYK 0.170.000.15   0.13
XYZ55.822766.888658.1127
Yxy66.88860.30870.3699
Hunter Lab81.7855-21.289315.1213
CIE-Lab85.4477-18.550712.6788

#badfbd color RGB value is (186,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 10111101
Octal 272 337 275
Decimal 186 223 189
Hex BA DF BD

RGB Percentages of Color #badfbd

%31.10
%37.29
%31.61

CMYK Percentages of Color #badfbd

%17
%0
%15
%13

Triadic Colors of #badfbd

#badfbd #bdbadf #dfbdba

Analogous Colors of #badfbd

#badfbd #badfd0 #cadfba

Monochromatic Colors of #badfbd

#badfbd

Complementary Color

#badfbd #dfbadc

#badfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfbd Color CSS Codes

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

#badfbd Text Font Color

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

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


#badfbd Background Color

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

This div background color is #badfbd


#badfbd Border Color

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

This div border color is #badfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfbd


Comments

No comments written yet.

Please login to write comment.