Color Hex Logo

#badcda Color Hex

#BADCDA
(186,220,218)
0 Favorites   0 Comments

Color spaces of #badcda

RGB 186220218
HSL0.490.330.80
HSV176°15°86°
CMYK 0.150.000.01   0.14
XYZ58.497866.687576.1185
Yxy66.68750.29060.3313
Hunter Lab81.6624-15.04311.8988
CIE-Lab85.3459-11.5276-2.7691

#badcda color RGB value is (186,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11011010
Octal 272 334 332
Decimal 186 220 218
Hex BA DC DA

RGB Percentages of Color #badcda

%29.81
%35.26
%34.94

CMYK Percentages of Color #badcda

%15
%0
%1
%14

Triadic Colors of #badcda

#badcda #dabadc #dcdaba

Analogous Colors of #badcda

#badcda #bacddc #badcc9

Monochromatic Colors of #badcda

#badcda

Complementary Color

#badcda #dcbabc

#badcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcda Color CSS Codes

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

#badcda Text Font Color

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

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


#badcda Background Color

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

This div background color is #badcda


#badcda Border Color

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

This div border color is #badcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcda


Comments

No comments written yet.

Please login to write comment.