Color Hex Logo

#badacb Color Hex

#BADACB
(186,218,203)
0 Favorites   0 Comments

Color spaces of #badacb

RGB 186218203
HSL0.420.300.79
HSV152°15°85°
CMYK 0.150.000.07   0.15
XYZ56.100664.893766.0688
Yxy64.89370.29990.3469
Hunter Lab80.5566-16.66467.7627
CIE-Lab84.4289-13.46603.8331

#badacb color RGB value is (186,218,203).

#badacb hex color red value is 186, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #badacb hue: 0.42 , saturation: 0.30 and the lightness value of badacb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 11001011
Octal 272 332 313
Decimal 186 218 203
Hex BA DA CB

RGB Percentages of Color #badacb

%30.64
%35.91
%33.44

CMYK Percentages of Color #badacb

%15
%0
%7
%15

Triadic Colors of #badacb

#badacb #cbbada #dacbba

Analogous Colors of #badacb

#badacb #bad9da #badabb

Monochromatic Colors of #badacb

#badacb

Complementary Color

#badacb #dabac9

#badacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badacb Color CSS Codes

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

#badacb Text Font Color

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

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


#badacb Background Color

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

This div background color is #badacb


#badacb Border Color

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

This div border color is #badacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badacb


Comments

No comments written yet.

Please login to write comment.