Color Hex Logo

#badcd2 Color Hex

#BADCD2
(186,220,210)
0 Favorites   0 Comments

Color spaces of #badcd2

RGB 186220210
HSL0.450.330.80
HSV162°15°86°
CMYK 0.150.000.05   0.14
XYZ57.475866.278670.7365
Yxy66.27860.29550.3408
Hunter Lab81.4117-16.45135.4726
CIE-Lab85.1383-13.12431.1592

#badcd2 color RGB value is (186,220,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11010010
Octal 272 334 322
Decimal 186 220 210
Hex BA DC D2

RGB Percentages of Color #badcd2

%30.19
%35.71
%34.09

CMYK Percentages of Color #badcd2

%15
%0
%5
%14

Triadic Colors of #badcd2

#badcd2 #d2badc #dcd2ba

Analogous Colors of #badcd2

#badcd2 #bad5dc #badcc1

Monochromatic Colors of #badcd2

#badcd2

Complementary Color

#badcd2 #dcbac4

#badcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcd2 Color CSS Codes

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

#badcd2 Text Font Color

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

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


#badcd2 Background Color

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

This div background color is #badcd2


#badcd2 Border Color

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

This div border color is #badcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcd2

#badcd2 Color Palettes


Comments

No comments written yet.

Please login to write comment.