Color Hex Logo

#badcce Color Hex

#BADCCE
(186,220,206)
0 Favorites   0 Comments

Color spaces of #badcce

RGB 186220206
HSL0.430.330.80
HSV155°15°86°
CMYK 0.150.000.06   0.14
XYZ56.983566.081768.1442
Yxy66.08170.29800.3456
Hunter Lab81.2907-17.13297.2019
CIE-Lab85.0381-13.90283.1287

#badcce color RGB value is (186,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11001110
Octal 272 334 316
Decimal 186 220 206
Hex BA DC CE

RGB Percentages of Color #badcce

%30.39
%35.95
%33.66

CMYK Percentages of Color #badcce

%15
%0
%6
%14

Triadic Colors of #badcce

#badcce #cebadc #dcceba

Analogous Colors of #badcce

#badcce #bad9dc #badcbd

Monochromatic Colors of #badcce

#badcce

Complementary Color

#badcce #dcbac8

#badcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcce Color CSS Codes

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

#badcce Text Font Color

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

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


#badcce Background Color

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

This div background color is #badcce


#badcce Border Color

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

This div border color is #badcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcce


Comments

No comments written yet.

Please login to write comment.